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