From 3cde7c94078e9bbdd877ef2509ff6f24847676b2 Mon Sep 17 00:00:00 2001 From: 1 <386029724@qq.com> Date: Sun, 5 Apr 2026 17:13:10 +0800 Subject: [PATCH] Update build.gradle.kts --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b63f7e8..08d6292 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -69,7 +69,7 @@ android { dependencies { - + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0") implementation("com.github.InvertGeek:mixfile-core:2.0.7") implementation("androidx.compose.material:material-icons-extended:1.7.8") implementation("com.tencent:mmkv:1.3.14")