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.
2 parents abf7fca + de5f2b1 commit b911212Copy full SHA for b911212
1 file changed
system_theme/android/build.gradle
@@ -27,7 +27,14 @@ apply plugin: 'kotlin-android'
27
android {
28
namespace 'com.bruno.system_theme'
29
compileSdkVersion 31
30
-
+
31
+ compileOptions {
32
+ sourceCompatibility = JavaVersion.VERSION_1_8
33
+ targetCompatibility = JavaVersion.VERSION_1_8
34
+ }
35
+ kotlinOptions {
36
+ jvmTarget = JavaVersion.VERSION_1_8
37
38
sourceSets {
39
main.java.srcDirs += 'src/main/kotlin'
40
}
0 commit comments