fix: error during build process

This commit is contained in:
BinTianqi
2026-02-14 15:46:00 +08:00
parent 8991eade06
commit f31e38f596
2 changed files with 9 additions and 1 deletions

View File

@@ -38,6 +38,8 @@ reoderable = { module = "sh.calvin.reorderable:reorderable", version.ref = "reod
serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization" }
kgp = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }