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

@@ -1,4 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
}
}
buildscript {
dependencies {
classpath(libs.kgp)
}
}

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" }