From c2d864fda079defa94f79eaf6b3e7ecf44e78e87 Mon Sep 17 00:00:00 2001 From: Naveen Date: Wed, 6 Sep 2023 18:18:24 +0530 Subject: [PATCH] Comment out locally included simple-commons --- settings.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index e58479029..98e6af87b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -18,11 +18,11 @@ dependencyResolutionManagement { } } // 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")) - } -} +//includeBuild("../Simple-Commons") { +// dependencySubstitution { +// substitute(module("com.github.SimpleMobileTools:Simple-Commons")).using(project(":commons")) +// } +//} rootProject.name = "Simple-Gallery" enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") include(":app")