13 lines
311 B
Text
13 lines
311 B
Text
enableFeaturePreview("VERSION_CATALOGS")
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "Nanoflux"
|
|
include(":app")
|
|
include(":storage")
|
|
include(":network")
|
|
include(":common")
|