mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-17 08:03:09 -08:00
Reduce Kotlin version to 1.7
This commit is contained in:
parent
8f251d2d13
commit
31c61fdf95
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user