Whenever I add a new module using android studio, it automatically adds it to the include function in
settings.gradle
file.
Now the issue is, even if I have a
settings.gradle.kts
file, android studio creates a settings.gradle and adds my dependency in there rather than in the
.kts
version. Is there a way to tell AS to add the dependency to the existing settings.gradle.kts file rather than create a new settings.gradle?
g
gildor
07/19/2019, 5:32 AM
AS doesn’t work properly for gradle.kts (it’s even show warning about it in AS 3.5), so the only way is do not use features of AS that touch gradle configs