Upgrade to Kotlin 1.4.0

Closes gh-23024
This commit is contained in:
Stephane Nicoll 2020-08-20 11:31:37 +02:00
parent 0b13921731
commit 019350dae2

View File

@ -4,4 +4,5 @@ org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlinVersion=1.3.72
kotlinVersion=1.4.0
kotlin.stdlib.default.dependency=false