mirror of
https://github.com/BetterAndroid/Hikage.git
synced 2025-12-08 06:33:42 +08:00
style: optimizing code style
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user