mirror of
https://github.com/BetterAndroid/Hikage.git
synced 2025-10-19 02:59:31 +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