We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9f300 commit ab4f3bbCopy full SHA for ab4f3bb
app/build.gradle
@@ -77,13 +77,13 @@ android {
77
// Flag to enable support for the new language APIs
78
coreLibraryDesugaringEnabled true
79
80
- sourceCompatibility JavaVersion.VERSION_17
81
- targetCompatibility JavaVersion.VERSION_17
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
82
encoding 'utf-8'
83
}
84
85
kotlinOptions {
86
- jvmTarget = JavaVersion.VERSION_17
+ jvmTarget = JavaVersion.VERSION_1_8
87
88
89
sourceSets {
0 commit comments