Files
mosaic/addAllTargets.gradle
Jake Wharton 83474b8724 Remove JS support (#447)
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.
2024-08-23 09:59:23 -04:00

16 lines
185 B
Groovy

plugins.withId('org.jetbrains.kotlin.multiplatform') {
kotlin {
jvm()
linuxArm64()
linuxX64()
macosArm64()
macosX64()
mingwX64()
applyDefaultHierarchyTemplate()
}
}