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
Leon Linhart
04/09/2018, 2:33 PM
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