Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
#1 Set java target to 1.8 for android compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcodez committed Jan 28, 2021
1 parent 81864ea commit 4bb3f9c
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 @@ -42,13 +42,13 @@ dependencies {

compileKotlin {
kotlinOptions {
jvmTarget = '11'
jvmTarget = '1.8'
}
}

compileTestKotlin {
kotlinOptions {
jvmTarget = '11'
jvmTarget = '1.8'
}
}

Expand Down

0 comments on commit 4bb3f9c

Please sign in to comment.