migrate to kts

This commit is contained in:
tom5079
2025-02-23 18:16:20 -08:00
parent 0f2336eccf
commit f888535389
6 changed files with 181 additions and 170 deletions

View File

@@ -23,7 +23,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
jcenter()
maven { url = uri("https://jitpack.io") }
}
}