We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b492dc0 commit 007dbc5Copy full SHA for 007dbc5
1 file changed
app/build.gradle
@@ -25,6 +25,9 @@ android {
25
sourceCompatibility JavaVersion.VERSION_1_8
26
targetCompatibility JavaVersion.VERSION_1_8
27
}
28
+ kotlinOptions {
29
+ jvmTarget = '1.8'
30
+ }
31
32
33
def isMaven = false
0 commit comments