style: optimizing code style

This commit is contained in:
2025-09-18 13:02:02 +08:00
parent ddab346bf6
commit 63c3740652
11 changed files with 42 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ android {
dependencies {
implementation(projects.hikageCore)
implementation(com.highcapable.kavaref.kavaref.core)
implementation(com.highcapable.kavaref.kavaref.extension)
implementation(com.highcapable.betterandroid.ui.extension)
@@ -39,6 +40,7 @@ dependencies {
implementation(androidx.core.core.ktx)
implementation(androidx.appcompat.appcompat)
implementation(androidx.compose.ui.ui)
testImplementation(junit.junit)
androidTestImplementation(androidx.test.ext.junit)
androidTestImplementation(androidx.test.espresso.espresso.core)