mirror of
https://github.com/null2264/yokai.git
synced 2025-07-17 22:36:55 +00:00
refactor: Fix namespace
This commit is contained in:
parent
0be1ac0664
commit
da7ab67909
8 changed files with 13 additions and 13 deletions
|
@ -21,9 +21,9 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":core"))
|
||||
implementation(project(":domain"))
|
||||
implementation(project(":presentation-core"))
|
||||
implementation(projects.core)
|
||||
implementation(projects.domain)
|
||||
implementation(projects.presentationCore)
|
||||
|
||||
implementation(androidx.glance.appwidget)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue