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

View File

@@ -51,7 +51,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.4"
kotlinCompilerExtensionVersion = "1.5.4"
}
}