1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-11-16 23:53:09 -08:00

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

View File

@ -4,6 +4,6 @@ plugins {
dependencies { dependencies {
compile 'com.moandjiezana.toml:toml4j:0.7.1' 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' testCompile 'junit:junit:4.12'
} }