Is there any tool for converting a piece of gradle...
# gradle
j
Is there any tool for converting a piece of gradle script into gradle kts script? For a lot of times I can only find solution for gradle script online and have some troubles when converting it into kts script.
👀 1
a
There's no known to me tool at the moment, but you can start with Migrating build logic from Groovy to Kotlin from Gradle docs
m
It's not a 100% match but it will save you some time
n
and then it'll cost you some time as well when you have to compile those buildscripts ;)
😅 1
m
But less time looking up the Javadoc of the APIs you're using 😉