diff --git a/processor/build.gradle b/processor/build.gradle index cc9c26a7..24d26e58 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -32,4 +32,9 @@ dependencies { testImplementation libs.junit androidTestImplementation libs.androidx.test.ext.junit androidTestImplementation libs.androidx.test.espresso.core + + implementation project(':model') + implementation project(':source') + implementation project(':utils') + implementation project(':data') } \ No newline at end of file