We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e268141 commit 97f7ef1Copy full SHA for 97f7ef1
buildSrc/build.gradle.kts
@@ -7,6 +7,6 @@ repositories {
7
}
8
9
dependencies {
10
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
11
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")
12
utils/build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
// Apply the shared build logic from a convention plugin.
3
// The shared code is located in `buildSrc/src/main/kotlin/kotlin-jvm.gradle.kts`.
4
id("buildsrc.convention.kotlin-jvm")
5
- id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0"
+ id("org.jetbrains.kotlin.plugin.serialization") version "2.1.21"
6
0 commit comments