Update settings.gradle.kts

This commit is contained in:
Tibor Kaputa 2023-09-07 09:37:18 +02:00 committed by GitHub
parent c2d864fda0
commit 13faec0af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -17,12 +17,14 @@ dependencyResolutionManagement {
maven(url = "https://artifactory.img.ly/artifactory/imgly")
}
}
// TODO: This will be deprecated in future. Migrate to the newer `pluginManagement { includeBuild() }` mechanism instead of explicitly substituting dependency.
//includeBuild("../Simple-Commons") {
// dependencySubstitution {
// substitute(module("com.github.SimpleMobileTools:Simple-Commons")).using(project(":commons"))
// }
//}
rootProject.name = "Simple-Gallery"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
include(":app")
// TODO: This will be deprecated in future. Migrate to the newer `pluginManagement { includeBuild() }` mechanism instead of explicitly substituting dependency.
/*includeBuild("../Simple-Commons") {
dependencySubstitution {
substitute(module("com.github.SimpleMobileTools:Simple-Commons")).using(project(":commons"))
}
}*/