extensions-source/repositories.gradle.kts

17 lines
287 B
Text
Raw Permalink Normal View History

2024-06-20 11:54:12 +07:00
dependencyResolutionManagement {
repositories {
gradlePluginPortal()
mavenCentral()
google()
maven(url = "https://jitpack.io")
}
}
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}