10 lines
252 B
Text
10 lines
252 B
Text
enableFeaturePreview("VERSION_CATALOGS")
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "Nanoflux"
|
|
include(":app")
|