refactor: Fix namespace

This commit is contained in:
Ahmad Ansori Palembani 2024-06-16 09:31:37 +07:00
parent 0be1ac0664
commit da7ab67909
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
8 changed files with 13 additions and 13 deletions

View file

@ -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)