From 13faec0af1f3fcb1848ea9eeb3a94d465b1bee2d Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Thu, 7 Sep 2023 09:37:18 +0200 Subject: [PATCH] Update settings.gradle.kts --- settings.gradle.kts | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 98e6af87b..431103c4c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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")) + } +}*/