diff --git a/feature/splash/build.gradle.kts b/feature/splash/build.gradle.kts index 26404c744..fcd1e02dd 100644 --- a/feature/splash/build.gradle.kts +++ b/feature/splash/build.gradle.kts @@ -26,6 +26,8 @@ dependencies { implementation(project(":core:designresource")) implementation(project(":core:designsystem")) implementation(project(":core:common")) + implementation(project(":core:domain")) + implementation(project(":core:model")) implementation(libs.bundles.androidx) implementation(libs.material)