mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-10-29 09:39:13 +08:00
Demand for this is low, probably 0. If someone wants for it they can file an issue and we can discuss support further. Downgrade to Gradle 8.9 because of KT-70700.
16 lines
185 B
Groovy
16 lines
185 B
Groovy
plugins.withId('org.jetbrains.kotlin.multiplatform') {
|
|
kotlin {
|
|
jvm()
|
|
|
|
linuxArm64()
|
|
linuxX64()
|
|
|
|
macosArm64()
|
|
macosX64()
|
|
|
|
mingwX64()
|
|
|
|
applyDefaultHierarchyTemplate()
|
|
}
|
|
}
|