Converting to kts script Is there an easy way to c...
# android-studio
e
Converting to kts script Is there an easy way to convert a .gradle file to a .gradle.kts file? I imagine it would be something built into AS if that was the case.
e
there's tools like https://github.com/bernaferrari/GradleKotlinConverter but there's no way to cover 100% of cases
e
Great thanks! yeah, I imagine it's hard to write one that is 100%, but one that is just 70% ought to be a time saver.
c
i think that tool also has a web version so you dont have to run it on cmd line