Upgrade Kotlin version

This commit is contained in:
NerdNumber9 2019-04-12 03:41:10 -04:00
parent d684eb5147
commit 6f36331818

View File

@ -272,7 +272,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.30'
repositories {
mavenCentral()
}