Skip to content

Commit 93d1808

Browse files
committed
set jvm target to java 8
1 parent 3552fa7 commit 93d1808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ kotlin {
9696

9797
android {
9898
compilations.all {
99-
kotlinOptions.jvmTarget = "8"
99+
kotlinOptions.jvmTarget = "1.8"
100100
}
101101

102102
mavenPublication {
@@ -110,7 +110,7 @@ kotlin {
110110

111111
jvm {
112112
compilations.all {
113-
kotlinOptions.jvmTarget = "8"
113+
kotlinOptions.jvmTarget = "1.8"
114114
}
115115
testRuns["test"].executionTask.configure {
116116
useJUnit()

0 commit comments

Comments
 (0)