File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.jlleitschuh.gradle.ktlint.KtlintExtension
55import org.jlleitschuh.gradle.ktlint.KtlintPlugin
66
77plugins {
8- id(" org.jetbrains.kotlin.jvm" ) version " 2.1.21 "
8+ id(" org.jetbrains.kotlin.jvm" ) version " 2.2.0 "
99 id(" org.jlleitschuh.gradle.ktlint" ) version " 12.3.0"
1010 id(" com.vanniktech.maven.publish" ) version " 0.33.0"
1111 id(" org.jetbrains.changelog" ) version " 2.2.1"
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ dependencies {
115115 implementation(project(" :vgo" ))
116116
117117 implementation(" com.android.tools:sdk-common:31.11.0" )
118- implementation(" org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.21 " )
118+ implementation(" org.jetbrains.kotlin:kotlin-compiler-embeddable:2.2.0 " )
119119
120120 r8(" com.android.tools:r8:8.7.18" )
121121
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 compileOnly(" com.android.tools:sdk-common:31.11.0" )
2222
2323 // Provided by kotlin gradle plugin
24- compileOnly(" org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.21 " )
24+ compileOnly(" org.jetbrains.kotlin:kotlin-compiler-embeddable:2.2.0 " )
2525
2626 implementation(" com.squareup:kotlinpoet:2.2.0" )
2727
@@ -31,7 +31,7 @@ dependencies {
3131 testImplementation(" org.junit.platform:junit-platform-launcher" )
3232 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
3333
34- testImplementation(" org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.21 " )
34+ testImplementation(" org.jetbrains.kotlin:kotlin-compiler-embeddable:2.2.0 " )
3535
3636 testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.28.1" )
3737}
You can’t perform that action at this time.
0 commit comments