File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ android {
5858 abortOnError false
5959 }
6060 compileOptions {
61- sourceCompatibility JavaVersion . VERSION_17
62- targetCompatibility JavaVersion . VERSION_17
61+ sourceCompatibility JavaVersion . VERSION_21
62+ targetCompatibility JavaVersion . VERSION_21
6363 }
6464 publishing {
6565 singleVariant(" release" )
@@ -68,6 +68,9 @@ android {
6868 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinxCoroutinesVersion " )
6969 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion " )
7070 }
71+ kotlin {
72+ jvmToolchain(21 )
73+ }
7174}
7275
7376repositories {
Original file line number Diff line number Diff line change 22
33android {
44 compileOptions {
5- sourceCompatibility JavaVersion . VERSION_17
6- targetCompatibility JavaVersion . VERSION_17
5+ sourceCompatibility JavaVersion . VERSION_21
6+ targetCompatibility JavaVersion . VERSION_21
77 }
88}
99
You can’t perform that action at this time.
0 commit comments