File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22plugins {
33 id ' com.android.application' version ' 7.3.0' apply false
44 id ' com.android.library' version ' 7.3.0' apply false
5- id ' org.jetbrains.kotlin.android' version ' 1.9 .0' apply false
6- id ' org.jetbrains.kotlin.jvm' version ' 1.9 .0' apply false
7- id ' com.google.devtools.ksp' version ' 1.9 .0-1.0.11 ' apply false
5+ id ' org.jetbrains.kotlin.android' version ' 2.0 .0' apply false
6+ id ' org.jetbrains.kotlin.jvm' version ' 2.0 .0' apply false
7+ id ' com.google.devtools.ksp' version ' 2.0 .0-1.0.+ ' apply false
88
99}
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ dependencies {
3737
3838 implementation project(" :moxy" )
3939
40- implementation " org.jetbrains.kotlin:kotlin-reflect:1.9 .0"
40+ implementation " org.jetbrains.kotlin:kotlin-reflect:2.0 .0"
4141
42- implementation ' com.google.devtools.ksp:symbol-processing-api:1.9 .0-1.0.11 '
42+ implementation ' com.google.devtools.ksp:symbol-processing-api:2.0 .0-1.0.+ '
4343
44- def kotlinPoetVersion = ' 1.14.2 '
44+ def kotlinPoetVersion = ' 1.17.0 '
4545
4646 implementation " com.squareup:kotlinpoet:$kotlinPoetVersion "
4747 implementation " com.squareup:kotlinpoet-metadata:$kotlinPoetVersion "
You can’t perform that action at this time.
0 commit comments