fix: update commented example in settings.gradle.kts for Kotlin DSL

- Resolves build issue related to local NewPipeExtractor inclusion
- Related issue: https://github.com/TeamNewPipe/NewPipe/issues/12763
This commit is contained in:
TransZAllen
2025-11-02 15:44:59 +08:00
parent 650b51ffec
commit 1314a21f71

View File

@@ -25,8 +25,9 @@ include (":app")
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
// If this is not the case, please change the path in includeBuild().
//includeBuild('../NewPipeExtractor') {
//includeBuild("../NewPipeExtractor") {
// dependencySubstitution {
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
// substitute(module("com.github.TeamNewPipe:NewPipeExtractor"))
// .using(project(":extractor"))
// }
//}