Use Kotlin 1.3.70

This commit is contained in:
ligi 2020-03-04 22:31:43 +01:00
parent 105b3195a2
commit 2a8b39ce6b
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.61'
kotlin_version = '1.3.70'
mockito_version = '3.2.4'
}