File tree Expand file tree Collapse file tree 10 files changed +4
-30
lines changed Expand file tree Collapse file tree 10 files changed +4
-30
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ android {
7474 sourceCompatibility = JavaVersion .VERSION_17
7575 targetCompatibility = JavaVersion .VERSION_17
7676 }
77- kotlinOptions {
78- jvmTarget = " 17"
79- }
8077 buildFeatures {
8178 compose = true
8279 // Disable unused AGP features
Original file line number Diff line number Diff line change @@ -77,10 +77,6 @@ android {
7777 }
7878}
7979
80- kotlin {
81- jvmToolchain(17 )
82- }
83-
8480dependencies {
8581 val composeBom = platform(libs.androidx.compose.bom)
8682 implementation(composeBom)
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ android {
2929 targetCompatibility = JavaVersion .VERSION_17
3030 }
3131}
32- kotlin {
33- jvmToolchain(17 )
34- }
32+
3533dependencies {
3634 implementation(projects.core.domain)
3735
Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ android {
3131 targetCompatibility = JavaVersion .VERSION_17
3232 }
3333}
34- kotlin {
35- jvmToolchain(17 )
36- }
34+
3735dependencies {
3836 coreLibraryDesugaring(libs.core.jdk.desugaring)
3937 implementation(projects.core.data)
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ android {
3636 }
3737 }
3838}
39- kotlin {
40- jvmToolchain(17 )
41- }
4239
4340dependencies {
4441
Original file line number Diff line number Diff line change @@ -81,9 +81,7 @@ android {
8181 }
8282 }
8383}
84- kotlin {
85- jvmToolchain(17 )
86- }
84+
8785
8886dependencies {
8987 implementation(libs.androidx.core.ktx)
Original file line number Diff line number Diff line change @@ -69,9 +69,7 @@ android {
6969 }
7070 }
7171}
72- kotlin {
73- jvmToolchain(17 )
74- }
72+
7573dependencies {
7674
7775
Original file line number Diff line number Diff line change @@ -79,9 +79,6 @@ android {
7979 }
8080}
8181
82- kotlin {
83- jvmToolchain(17 )
84- }
8582dependencies {
8683 val composeBom = platform(libs.androidx.compose.bom)
8784 implementation(composeBom)
Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ android {
7878 targetCompatibility = JavaVersion .VERSION_17
7979 }
8080
81- kotlinOptions { jvmTarget = " 17" }
82-
8381 buildFeatures {
8482 compose = true
8583 }
Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ android {
9393 compose = true
9494 }
9595}
96- kotlin {
97- jvmToolchain(17 )
98- }
9996
10097dependencies {
10198 val composeBom = platform(libs.androidx.compose.bom)
You can’t perform that action at this time.
0 commit comments