refactor(gradle): centralize plugin/dependency repositories in settings with aliyun mirrors

This commit is contained in:
2026-02-25 15:27:54 +08:00
parent 923479b4cf
commit c0bb645125
2 changed files with 17 additions and 4 deletions

View File

@@ -5,10 +5,6 @@ plugins {
val kotlinVersion = "2.2.20"
repositories {
mavenCentral()
}
dependencies {
implementation(kotlin("stdlib"))