2021-05-09 18:42:28 +00:00
|
|
|
enableFeaturePreview("VERSION_CATALOGS")
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
rootProject.name = "Nanoflux"
|
|
|
|
include(":app")
|
2021-06-02 11:21:14 +00:00
|
|
|
include(":storage")
|
|
|
|
include(":network")
|
|
|
|
include(":common")
|