mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-19 01:59:25 +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"
|
|
} |