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 0cdb65f commit 2176503Copy full SHA for 2176503
buildSrc/build.gradle.kts
@@ -7,7 +7,7 @@ repositories {
7
}
8
9
dependencies {
10
- implementation(kotlin("gradle-plugin", version = "1.7.10"))
11
- implementation(kotlin("serialization", version = "1.7.10"))
+ implementation(kotlin("gradle-plugin", version = "1.7.22"))
+ implementation(kotlin("serialization", version = "1.7.22"))
12
implementation("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.18.3")
13
0 commit comments