Updated to Korge 1.4.0 and Kotlin 1.3.60

This commit is contained in:
soywiz
2019-11-25 18:14:01 +01:00
parent 3d3a9c6b84
commit 329a493cd9
6 changed files with 29 additions and 42 deletions

View File

@@ -6,6 +6,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.soywiz:korge-gradle-plugin:1.2.0")
classpath("com.soywiz.korlibs.korge.plugins:korge-gradle-plugin:1.4.0")
}
}