With Kotlin 2.1.0 release we finally have a publis...
# gradle
t
With Kotlin 2.1.0 release we finally have a published API reference for Kotlin Gradle Plugin and Compose Gradle Plugin: https://kotlinlang.org/api/kotlin-gradle-plugin/ yay While it is being far from perfect it is much better than no such reference at all. Hopefully it will help you with configuring your build scripts. Also we are aware that KGP-API is still missing some things. We've committed to continue improving API reference (e.g. add more samples in the docs) and adding more missing types in the API itself. Also feel free to open issue for reference clarification or adding missing types (also check if there is existing one).
kodee happy 12