We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb837b4 commit 8488d61Copy full SHA for 8488d61
app/build.gradle
@@ -27,11 +27,11 @@ android {
27
}
28
29
compileOptions {
30
- sourceCompatibility JavaVersion.VERSION_1_8
31
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
32
33
kotlinOptions {
34
- jvmTarget = '1.8'
+ jvmTarget = JavaVersion.VERSION_17.toString()
35
36
buildFeatures {
37
compose true
0 commit comments