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 669baa2 commit 1881fb0Copy full SHA for 1881fb0
core/build.gradle
@@ -30,7 +30,15 @@ android {
30
buildFeatures {
31
viewBinding true
32
}
33
-// android.buildFeatures.buildConfig true
+ android.buildFeatures.buildConfig true
34
+ compileOptions {
35
+ sourceCompatibility JavaVersion.VERSION_17
36
+ targetCompatibility JavaVersion.VERSION_17
37
+ }
38
+
39
+ kotlinOptions {
40
+ jvmTarget = JavaVersion.VERSION_17.toString()
41
42
namespace 'com.loitp'
43
44
0 commit comments