Upgrade to Kotlin 1.4

This commit is contained in:
Artem Bilan
2020-08-19 16:38:32 -04:00
parent a2e70d2c78
commit 8398d9c7e7

View File

@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.3.72'
ext.kotlinVersion = '1.4.0'
repositories {
maven { url 'https://repo.spring.io/plugins-release' }
}