voben
07/19/2019, 12:54 AMsettings.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?gildor
07/19/2019, 5:32 AMAlexey Belkov [JB]
07/19/2019, 8:15 AMgildor
07/19/2019, 8:20 AMAlexey Belkov [JB]
07/19/2019, 8:26 AM