File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" org.jetbrains.dokka" ) version " 2.0.0"
3- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.2 .20"
3+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.1 .20"
44}
55
66buildscript {
7- val kotlinVersion = " 2.2 .20"
7+ val kotlinVersion = " 2.1 .20"
88 extra.apply {
99 set(" kotlinVersion" , kotlinVersion)
1010 }
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ pluginManagement {
55 mavenCentral()
66 }
77 plugins {
8- id ' org.jetbrains.kotlin.plugin.serialization' version " 2.2 .20"
9- id ' org.jetbrains.kotlin.plugin.compose' version " 2.2 .20"
8+ id ' org.jetbrains.kotlin.plugin.serialization' version " 2.1 .20"
9+ id ' org.jetbrains.kotlin.plugin.compose' version " 2.1 .20"
1010 id ' com.android.application' version ' 8.13.0'
1111 id ' com.android.library' version ' 8.13.0'
12- id ' org.jetbrains.kotlin.android' version ' 2.2 .20'
12+ id ' org.jetbrains.kotlin.android' version ' 2.1 .20'
1313 }
1414}
1515
You can’t perform that action at this time.
0 commit comments