We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480c9bb commit 75c88baCopy full SHA for 75c88ba
1 file changed
buildSrc/build.gradle.kts
@@ -19,8 +19,8 @@ repositories {
19
20
dependencies {
21
// With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
22
- implementation(kotlin("gradle-plugin", "2.2.20"))
23
- implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") // TODO don't use a snapshot version in a main branch
+ implementation(kotlin("gradle-plugin", "2.2.21"))
+ implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20251024-SNAPSHOT") // TODO don't use a snapshot version in a main branch
24
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
25
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.1.0")
26
}
0 commit comments