Any chance of adding multiplatform-project example...
# gradle
n
Any chance of adding multiplatform-project examples to kotlin-gradle-dsl? e.g. DSL version of this: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html
2
k
I've got a new-mpp project using kotlin-dsl at https://github.com/kyonifer/koma/blob/master/build.gradle.kts that might be useful to look at. it works reasonably well on the latest EAP for 1.3.20, not so well on anything before that. I've tried to document the workarounds and link to issues for the rough edges.
of course, some upstream generic examples would always be good. there was a lot of stumbling in the dark and reading the sources to get koma working
a
This is planned for 1.3.20 release.