Update to Kotlin 1.9.20, AGP 8.4.0, and Gradle 8.6

This commit is contained in:
Cody Henthorne
2024-05-17 10:48:55 -04:00
parent e647b31f29
commit 537fc0ef5c
13 changed files with 1246 additions and 18 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.3"
kotlinCompilerExtensionVersion = "1.5.4"
}
packaging {
resources {