依存関係修正

This commit is contained in:
ろむねこ 2023-12-21 12:42:50 +09:00 committed by r-ca
parent 4db67a59d7
commit 39d356841b
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -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')
}