Stefan Oltmann
11/01/2021, 3:13 PMplugins {
kotlin("multiplatform")
}
kotlin {
mingwX64("native") {
binaries {
executable()
}
}
}
tasks.withType<Wrapper> {
gradleVersion = "7.2"
distributionType = Wrapper.DistributionType.BIN
}