mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-03 18:33:55 +01:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
plugins {
|
|
kotlin("jvm") version "1.9.0" apply false
|
|
}
|
|
|
|
allprojects {
|
|
group = "app.revanced"
|
|
} |