refactor: migrate to agp9

This commit is contained in:
Cilly Leang 2026-03-25 21:10:54 +11:00
parent 74338d6dce
commit 2b64fdcda9
Signed by: cilly
GPG key ID: 6500251E087653C9
26 changed files with 79 additions and 76 deletions

View file

@ -1,5 +1,5 @@
[versions]
agp = "8.13.1"
agp = "9.1.0"
android-compileSdk = "36"
android-minSdk = "24"
android-targetSdk = "36"
@ -85,7 +85,7 @@ ui-backhandler = { module = "org.jetbrains.compose.ui:ui-backhandler", version.r
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
androidLibrary = { id = "com.android.library", version.ref = "agp" }
androidMultiplatformLibrary = { id = "com.android.kotlin.multiplatform.library", version.ref = "agp" }
composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "compose-multiplatform" }
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }