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 b48de50 commit 90df286Copy full SHA for 90df286
buildSrc/build.gradle.kts
@@ -6,10 +6,10 @@ plugins {
6
}
7
8
dependencies {
9
- implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.0-RC2"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.0-RC3"))
10
11
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-RC2")
12
- implementation("org.jetbrains.kotlin:kotlin-serialization:2.0.0-RC2")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-RC3")
+ implementation("org.jetbrains.kotlin:kotlin-serialization:2.0.0-RC3")
13
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6")
15
implementation("org.jmailen.gradle:kotlinter-gradle:4.3.0")
0 commit comments