依存関係追加

This commit is contained in:
ろむねこ 2023-12-20 11:48:12 +09:00 committed by ろむねこ
parent b7f91b593e
commit ed9e20ede3

View File

@ -34,4 +34,7 @@ dependencies {
androidTestImplementation libs.androidx.test.espresso.core androidTestImplementation libs.androidx.test.espresso.core
implementation 'com.websitebeaver:documentscanner:1.0.0' implementation 'com.websitebeaver:documentscanner:1.0.0'
implementation project(':shared:ui')
implementation project(':model')
} }