Reduce Kotlin version to 1.7

This commit is contained in:
Danila Fedorin 2017-08-13 01:08:19 -07:00
parent 8f251d2d13
commit 31c61fdf95
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ plugins {
dependencies {
compile 'com.moandjiezana.toml:toml4j:0.7.1'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:1.1.3"
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.3"
testCompile 'junit:junit:4.12'
}