File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ buildscript {
88plugins {
99 id(" com.android.application" ) version " 8.11.0" apply false
1010 id(" com.android.library" ) version " 8.11.0" apply false
11- id(" org.jetbrains.kotlin.android" ) version " 2.1.21 " apply false
12- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.21 " apply false
11+ id(" org.jetbrains.kotlin.android" ) version " 2.2.0 " apply false
12+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.0 " apply false
1313
1414 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.8"
1515 id(" org.jmailen.kotlinter" ) version " 5.1.1"
Original file line number Diff line number Diff line change 11plugins {
22 id(" java-library" )
33 id(" org.jetbrains.kotlin.jvm" )
4- kotlin(" plugin.serialization" ) version " 2.1.21 "
4+ kotlin(" plugin.serialization" ) version " 2.2.0 "
55
66 // Publishing
77 id(" maven-publish" )
You can’t perform that action at this time.
0 commit comments