Could you build logic from Groovy to Kotlin?
keer2345 opened this issue · 3 comments
keer2345 commented
I want to convert build.gradle
to build.gradle.kts
.
github-actions commented
Greetings for the day! Thanks for your issue, will feedback soon
lWoHvYe commented
Hi @keer2345, Thanks for advice. The concern is that if I change the build logic to Kotlin DSL, It will stick me for few months before this project works for newly released JDK.
Gradle uses Kotlin to run buildscripts written in the Kotlin DSL. It is necessary for Kotlin to have support for this in order to claim that Gradle can be run on Java 21. gradle/gradle#25574 (comment)
see gradle/gradle#25574
lWoHvYe commented
That's why this project is still on Java 17