I know that developers usually don't like to read ...
# kotlin-native
t
I know that developers usually don't like to read standalone docs, but this one is surprisingly good, especially in native part: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html
👨‍🎓 1
👍 2
r
That one also seems to get updated much more consistently than other multiplatform and native documentation, so it's a good one to refer back to when updating projects for new Kotlin releases.
n
That document is especially useful when using the Gradle Kotlin DSL. Really like that all examples have Gradle Kotlin and Groovy DSL versions. Would be easier to navigate the document if the TOC was moved to the left hand side.