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

@@ -31,8 +31,11 @@ android {
dependencies {
ksp(projects.hikageCompiler)
implementation(projects.hikageCore)
api(com.google.android.material.material)
implementation(projects.hikageCore)
testImplementation(junit.junit)
androidTestImplementation(androidx.test.ext.junit)
androidTestImplementation(androidx.test.espresso.espresso.core)