ribesg
09/27/2018, 10:07 AM* What went wrong:
A problem occurred configuring root project 'myProject'.
> compileSdkVersion is not specified.
Since when is compileSdkVersion
required in the root build script?gildor
09/27/2018, 10:08 AMgildor
09/27/2018, 10:08 AMribesg
09/27/2018, 10:08 AMgildor
09/27/2018, 10:09 AMapply false
, but you need it only if you want for example configure this plugin for other modules without applicationgildor
09/27/2018, 10:09 AMgildor
09/27/2018, 10:09 AMgildor
09/27/2018, 10:09 AMribesg
09/27/2018, 10:10 AMbuild.gradle
, I don't know if it was correct in the first placeribesg
09/27/2018, 10:10 AMgildor
09/27/2018, 10:10 AMgildor
09/27/2018, 10:11 AMribesg
09/27/2018, 10:11 AMgildor
09/27/2018, 10:11 AMribesg
09/27/2018, 10:11 AMgildor
09/27/2018, 10:12 AMsubprojects {
repositories {
google()
jcenter()
}
}
gildor
09/27/2018, 10:12 AMribesg
09/27/2018, 10:13 AMsettings.gradle.kts
script, so do I need the root file at all? Maybe gradle won't even start if the file isn't heregildor
09/27/2018, 10:13 AMgildor
09/27/2018, 10:14 AMgildor
09/27/2018, 10:14 AM