Skip to content

Commit

Permalink
Add kotlin's byte code support for java virtual machine of 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
percy-g2 authored Nov 29, 2019
1 parent c316885 commit f6fa084
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = "1.8"
}

lintOptions {
checkReleaseBuilds false
Expand Down

0 comments on commit f6fa084

Please sign in to comment.