diff --git a/data/auth/build.gradle.kts b/data/auth/build.gradle.kts index 78e52f96..929c0192 100644 --- a/data/auth/build.gradle.kts +++ b/data/auth/build.gradle.kts @@ -30,6 +30,7 @@ android { dependencies { implementation(projects.core.common) + implementation(projects.core.datastore) implementation(projects.core.network) implementation(projects.core.model)