William Brawner
880393104f
I snuck a couple of other updates in here as well, like Kotlin 2.0 and Play Core 2.0.1
15 lines
326 B
Text
15 lines
326 B
Text
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
include(":app", ":core", ":free", "non-free")
|