Remove includeBuild() comment

This commit is contained in:
Naveen Singh 2024-09-09 00:26:34 +05:30
parent 7de76da803
commit 760d227b0b
No known key found for this signature in database
GPG key ID: 35F7D64346B28ED7

View file

@ -19,10 +19,3 @@ dependencyResolutionManagement {
rootProject.name = "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("../Commons") {
dependencySubstitution {
substitute(module("org.fossify:commons")).using(project(":commons"))
}
}*/