gradle-plugins / toolbox

Painless and fast Gradle plugin development :rocket:
https://nokee.dev/docs/toolbox
Apache License 2.0
20 stars 3 forks source link

Redistributed gradleKotlinDsl() jars? #101

Open kelvSYC opened 8 months ago

kelvSYC commented 8 months ago

Is it possible to have redistributed jars corresponding to gradleKotlinDsl(), in the same way as gradleApi()? Currently, the only way to get the Kotlin DSL is to manually extricate it from the Gradle distribution.

lacasseio commented 5 months ago

I would love to comply with this request, but Kotlin support for building Gradle plugins is messy, so this project doesn't support Kotlin. If we could document and isolate every Kotlin opinion baked into the Gradle plugin development process, we could try it out.