chore: Separate extensions by app (#3905)
This commit is contained in:
parent
de492de77d
commit
e04c681424
314 changed files with 371 additions and 148 deletions
8
extensions/twitch/build.gradle.kts
Normal file
8
extensions/twitch/build.gradle.kts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
dependencies {
|
||||
compileOnly(project(":extensions:shared:library"))
|
||||
compileOnly(project(":extensions:twitch:stub"))
|
||||
compileOnly(libs.okhttp)
|
||||
compileOnly(libs.retrofit)
|
||||
compileOnly(libs.annotation)
|
||||
compileOnly(libs.appcompat)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue