comparison build.gradle @ 39:d723d07d5bc0

Update Kotlin.
author David Barts <n5jrn@me.com>
date Sat, 03 Apr 2021 09:24:30 -0700
parents 70f1d11d53ad
children
comparison
equal deleted inserted replaced
38:444fe4416c9b 39:d723d07d5bc0
1 // Top-level build file where you can add configuration options common to all sub-projects/modules. 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 buildscript { 2 buildscript {
3 ext.kotlin_version = "1.4.31" 3 ext.kotlin_version = "1.4.32"
4 repositories { 4 repositories {
5 google() 5 google()
6 jcenter() 6 jcenter()
7 } 7 }
8 dependencies { 8 dependencies {