Skip to content

Commit 0b89a3e

Browse files
committed
fix: disable dependencySubstitution.
1 parent 88671ad commit 0b89a3e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

settings.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,4 @@ include(
3737
)
3838
include(":extension:runtime")
3939

40-
includeBuild("extension/repos") {
41-
dependencySubstitution {
42-
substitute(module("com.github.oxyroid.m3u-extension:annotation")).using(project(":annotation"))
43-
substitute(module("com.github.oxyroid.m3u-extension:processor")).using(project(":processor"))
44-
substitute(module("com.github.oxyroid.m3u-extension:api")).using(project(":api"))
45-
}
46-
}
40+
includeBuild("extension/repos")

0 commit comments

Comments
 (0)