Use kotlin 1.3.70

This commit is contained in:
ligi 2020-03-16 05:07:00 +01:00
parent 64ab4d08eb
commit ed38dc775a
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.50"
KOTLIN_VERSION = "1.3.70"
KETHEREUM_VERSION = "0.77.1"
}