Join Slack
Powered by
Is there documentation equivalent to the core Grad...
# gradle
j
johnaqel
10/02/2024, 4:49 AM
Is there documentation equivalent to the core Gradle plugins as can be seen here:
https://docs.gradle.org/current/userguide/plugin_reference.html
, but for the Kotlin Gradle Plugins?
v
Vampire
10/02/2024, 6:44 AM
I guess closest is
https://kotlinlang.org/docs/gradle-configure-project.html
thank you color
1
t
tapchicoma
10/02/2024, 1:33 PM
We are also working on KGP API reference
tapchicoma
10/02/2024, 1:35 PM
Here is unofficial partial reference:
https://javadoc.io/doc/org.jetbrains.kotlin/kotlin-gradle-plugin-api/latest/index.html
thank you color
2
i
ianbrandt
10/04/2024, 2:01 AM
For your reference and votes:
https://youtrack.jetbrains.com/issue/KT-63166/KGP-Improve-reference-documentation
. 🙂
thank you color
1
j
johnaqel
10/05/2024, 1:11 AM
Thanks
@ianbrandt
; have voted.
👍 1
Open in Slack
Previous
Next