Open kelvSYC opened 8 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.
Is it possible to have redistributed jars corresponding to
gradleKotlinDsl()
, in the same way asgradleApi()
? Currently, the only way to get the Kotlin DSL is to manually extricate it from the Gradle distribution.