nanoflux/settings.gradle.kts

14 lines
311 B
Text
Raw Permalink Normal View History

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")