Skip to content

Commit

Permalink
Remove jvmtarget
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose del Pozo committed Apr 4, 2018
1 parent cedaa04 commit 67251f1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,4 @@ dependencies {
testCompile "junit:junit:$junit_version"
}

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

kotlin { experimental { coroutines 'enable' } }
kotlin { experimental { coroutines 'enable' } }

0 comments on commit 67251f1

Please sign in to comment.