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:
parent
650b51ffec
commit
1314a21f71
@ -25,8 +25,9 @@ include (":app")
|
|||||||
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
|
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
|
||||||
// If this is not the case, please change the path in includeBuild().
|
// If this is not the case, please change the path in includeBuild().
|
||||||
|
|
||||||
//includeBuild('../NewPipeExtractor') {
|
//includeBuild("../NewPipeExtractor") {
|
||||||
// dependencySubstitution {
|
// dependencySubstitution {
|
||||||
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
|
// substitute(module("com.github.TeamNewPipe:NewPipeExtractor"))
|
||||||
|
// .using(project(":extractor"))
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user