Skip to content

Commit b7c7205

Browse files
Update kotlin monorepo to v2.3.0 (#441)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam McNeilly <amcneilly331@gmail.com>
1 parent f417177 commit b7c7205

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

app/build.gradle.kts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2+
13
plugins {
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
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gradleVersionsPlugin = "0.53.0"
1212
hilt = "2.57.2"
1313
hiltNavigationCompose = "1.3.0"
1414
junit = "4.13.2"
15-
kotlin = "2.2.21"
15+
kotlin = "2.3.0"
1616
kotlinter = "5.3.0"
1717
ksp = "2.3.4"
1818
ktxCore = "1.17.0"

0 commit comments

Comments
 (0)