Hello everyone, is there a way after converting .....
# gradle
h
Hello everyone, is there a way after converting ..gradle files to kts in Android Studio to set consecutive modules setup to always use kts. I have seen that creating new modules also re-creates the gradle files even the ones that are there eg build.gradle(app module level) and settings.gradle
f
Which version of android studio are you using? Gradle
.kts
files are only supporte by IDE in version 4.0 (canary right now)
h
Using 3.5.3 i guess this must be the problem