Hi, is Kotlin multiplatform compatible with Kotlin...
# multiplatform
l
Hi, is Kotlin multiplatform compatible with Kotlin gradle scripts (
.kts
)? When creating a new project, selecting "Kotlin DSL build script" hides all multiplatform options.
👌 1
l
It is compatible. (You'll have to write the buildscripts by hand for now.) There is also a PR with a sample on the Gradle Kotlin DSL repo that might help you: https://github.com/gradle/kotlin-dsl/pull/800
👍 2