Use kotlin 1.5.0

This commit is contained in:
ligi 2021-05-13 20:18:56 +02:00
parent 8c15ba6ac0
commit 6d69a5d96d
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.32"
KOTLIN_VERSION = "1.5.0"
KETHEREUM_VERSION = "0.83.6"
}