Hello everyone. Does someone know if there is a li...
# multiplatform
c
Hello everyone. Does someone know if there is a link to the API documentation for the kotin-multiplatform plugin? I am aware of this page: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html but I am looking more like the full DSL documentation similar to: https://google.github.io/android-gradle-dsl/ . Does such page exist?
l
The page you have is the most up to date and complete doc yet. Other than that, autocomplete in kts gradle scripts can help you.
k
i have found that code navigation is indispensable for this purpose