File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2+
13plugins {
24 alias(libs.plugins.android.application)
35 alias(libs.plugins.cash.paparazzi)
@@ -31,15 +33,15 @@ android {
3133 }
3234 }
3335
36+ kotlin.compilerOptions {
37+ jvmTarget.set(JvmTarget .JVM_17 )
38+ }
39+
3440 compileOptions {
3541 sourceCompatibility = JavaVersion .VERSION_17
3642 targetCompatibility = JavaVersion .VERSION_17
3743 }
3844
39- kotlinOptions {
40- jvmTarget = " 17"
41- }
42-
4345 buildFeatures {
4446 compose = true
4547 }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gradleVersionsPlugin = "0.53.0"
1212hilt = " 2.57.2"
1313hiltNavigationCompose = " 1.3.0"
1414junit = " 4.13.2"
15- kotlin = " 2.2.21 "
15+ kotlin = " 2.3.0 "
1616kotlinter = " 5.3.0"
1717ksp = " 2.3.4"
1818ktxCore = " 1.17.0"
You can’t perform that action at this time.
0 commit comments