Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
changing kotlin-stdlib-jdk7
  • Loading branch information
markotron authored Aug 21, 2018
1 parent 9d8e1dd commit fc92755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:' + versions.kotlin
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:' + versions.kotlin
}
compileKotlin {
kotlinOptions {
Expand Down

0 comments on commit fc92755

Please sign in to comment.