keiyoushi-extensions-source/build.gradle.kts
2024-02-19 19:00:22 +05:00

8 lines
123 B
Plaintext

allprojects {
repositories {
mavenCentral()
google()
maven(url = "https://jitpack.io")
}
}