Use Kotlin 1.4.21

This commit is contained in:
ligi 2020-12-17 08:01:32 +01:00
parent 6fb812aa3c
commit 68979d72c1
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -1,6 +1,6 @@
buildscript {
ext {
KOTLIN_VERSION = "1.4.10"
KOTLIN_VERSION = "1.4.21"
KETHEREUM_VERSION = "0.82.2"
}