We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10feb70 commit 68f68bdCopy full SHA for 68f68bd
1 file changed
Sample/app/build.gradle
@@ -32,12 +32,12 @@ android {
32
33
}
34
compileOptions {
35
- sourceCompatibility JavaVersion.VERSION_11
36
- targetCompatibility JavaVersion.VERSION_11
+ sourceCompatibility JavaVersion.VERSION_21
+ targetCompatibility JavaVersion.VERSION_21
37
38
kotlin {
39
compilerOptions {
40
- jvmTarget.set(JvmTarget.JVM_11)
+ jvmTarget.set(JvmTarget.JVM_21)
41
42
43
buildFeatures {
0 commit comments