Use Kotlin 1.4.31

This commit is contained in:
ligi 2021-03-14 16:19:26 +01:00
parent 43e0e283a6
commit 7aa84c159c
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.30"
KOTLIN_VERSION = "1.4.31"
KETHEREUM_VERSION = "0.83.4"
}