Upgrade kotlin to 1.5.30

This commit is contained in:
jarnedemeulemeester 2021-08-24 20:10:30 +02:00
parent 1c6c8640b0
commit 78117aee3e
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5

View file

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