Upgrade kotlin to 1.5.31

This commit is contained in:
jarnedemeulemeester 2021-09-23 09:53:12 +02:00
parent 18b2867c3b
commit 823330273d
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2

View file

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
val kotlinVersion = "1.5.30"
val kotlinVersion = "1.5.31"
repositories {
google()
mavenCentral()