init
This commit is contained in:
36
settings.gradle.kts
Normal file
36
settings.gradle.kts
Normal file
@@ -0,0 +1,36 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "TestProgect"
|
||||
|
||||
include(
|
||||
":app",
|
||||
":testUtils",
|
||||
":style",
|
||||
":presentation",
|
||||
":data",
|
||||
":domain:domain",
|
||||
":domain:domain_impl",
|
||||
|
||||
// features:
|
||||
// TODO
|
||||
// auth
|
||||
// "feature:auth:contract",
|
||||
// "feature:auth:contract_ui",
|
||||
// "feature:auth:data",
|
||||
// "feature:auth:domain",
|
||||
// "feature:auth:presentation",
|
||||
//
|
||||
//
|
||||
)
|
||||
Reference in New Issue
Block a user