Skip to content

Commit

Permalink
Lower jvm target
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed Jul 11, 2018
1 parent 2fbfdf6 commit 6ec70f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
}

compileKotlin {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.jvmTarget = "1.6"
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.jvmTarget = "1.6"
}

0 comments on commit 6ec70f8

Please sign in to comment.