mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-16 22:34:07 +02:00
8 lines
249 B
Kotlin
8 lines
249 B
Kotlin
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
compileOnly(project(":extensions:twitch:stub"))
|
|
compileOnly(libs.okhttp)
|
|
compileOnly(libs.retrofit)
|
|
compileOnly(libs.annotation)
|
|
compileOnly(libs.appcompat)
|
|
}
|