File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ android {
1414 packaging {
1515 resources.excludes.add(" META-INF/DEPENDENCIES" )
1616 }
17- kotlinOptions {
18- jvmTarget = " 17"
17+ }
18+
19+ kotlin {
20+ compilerOptions {
21+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
1922 }
2023}
2124
Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ plugins {
55
66android {
77 namespace = " me.nya_n.notificationnotifier.data.repository"
8+ }
89
9- kotlinOptions {
10- jvmTarget = " 17"
10+ kotlin {
11+ compilerOptions {
12+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
1113 }
1214}
1315
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ plugins {
44
55android {
66 namespace = " me.nya_n.notificationnotifier.domain"
7+ }
78
8- kotlinOptions {
9- jvmTarget = " 17"
9+ kotlin {
10+ compilerOptions {
11+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
1012 }
1113}
1214
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ versionName = "1.1"
1111
1212# Library
1313agp = " 8.13.2"
14- kotlin = " 2.2.21 "
14+ kotlin = " 2.3.0 "
1515kotlinx-coroutines = " 1.10.2"
1616com-google-devtools-ksp = " 2.3.4"
1717com-jaredsburrows-license = " 0.9.8"
Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ plugins {
55
66android {
77 namespace = " me.nya_n.notificationnotifier.model"
8+ }
89
9- kotlinOptions {
10- jvmTarget = " 17"
10+ kotlin {
11+ compilerOptions {
12+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
1113 }
1214}
1315
Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ android {
88 namespace = " me.nya_n.notificationnotifier.ui"
99 @Suppress(" UnstableApiUsage" )
1010 experimentalProperties[" android.experimental.enableScreenshotTest" ] = true
11+ }
1112
12- kotlinOptions {
13- jvmTarget = " 17"
13+ kotlin {
14+ compilerOptions {
15+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17
1416 }
1517}
1618
You can’t perform that action at this time.
0 commit comments