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 e2e278fCopy full SHA for e2e278f
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.8.0"))
+ implementation(kotlin("serialization", version = "1.8.0"))
12
implementation("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.18.3")
13
0 commit comments