Use Kotlin 1.3.41

This commit is contained in:
ligi 2019-08-12 15:18:08 +02:00
parent 8a54081db0
commit ee64095fb9
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -1,6 +1,6 @@
buildscript {
ext {
KOTLIN_VERSION = "1.3.31"
KOTLIN_VERSION = "1.3.41"
KETHEREUM_VERSION = "0.75.1"
}