Stefan Oltmann
plugins { kotlin("multiplatform") } kotlin { mingwX64("native") { binaries { executable() } } } tasks.withType<Wrapper> { gradleVersion = "7.2" distributionType = Wrapper.DistributionType.BIN }
A modern programming language that makes developers happier.