Use kotlin 1.4.30

This commit is contained in:
ligi 2021-02-05 11:11:15 +01:00
parent 054516b34e
commit a80c10776b
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
KOTLIN_VERSION = "1.4.21" KOTLIN_VERSION = "1.4.30"
KETHEREUM_VERSION = "0.83.1" KETHEREUM_VERSION = "0.83.1"
} }