# HG changeset patch # User David Barts # Date 1617467070 25200 # Node ID d723d07d5bc07dfcdb71bf1a280ceb2d880f9a37 # Parent 444fe4416c9be12141e3d2151889225f4bc2e24d Update Kotlin. diff -r 444fe4416c9b -r d723d07d5bc0 build.gradle --- a/build.gradle Thu Mar 25 19:11:43 2021 -0700 +++ b/build.gradle Sat Apr 03 09:24:30 2021 -0700 @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.4.31" + ext.kotlin_version = "1.4.32" repositories { google() jcenter()