diff --git a/component/scanner/build.gradle b/component/scanner/build.gradle index ee9a16a8..fa7765d2 100644 --- a/component/scanner/build.gradle +++ b/component/scanner/build.gradle @@ -34,4 +34,7 @@ dependencies { androidTestImplementation libs.androidx.test.espresso.core implementation 'com.websitebeaver:documentscanner:1.0.0' + + implementation project(':shared:ui') + implementation project(':model') } \ No newline at end of file