mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-18 23:34:09 +02:00
5 lines
157 B
Kotlin
5 lines
157 B
Kotlin
dependencies {
|
|
compileOnly(project(":extensions:shared:library"))
|
|
compileOnly(project(":extensions:tiktok:stub"))
|
|
compileOnly(libs.annotation)
|
|
}
|