mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-02-17 00:03:15 +00:00
依存関係修正
This commit is contained in:
parent
eb1ad1f4af
commit
d030847992
|
@ -32,4 +32,9 @@ dependencies {
|
||||||
testImplementation libs.junit
|
testImplementation libs.junit
|
||||||
androidTestImplementation libs.androidx.test.ext.junit
|
androidTestImplementation libs.androidx.test.ext.junit
|
||||||
androidTestImplementation libs.androidx.test.espresso.core
|
androidTestImplementation libs.androidx.test.espresso.core
|
||||||
|
|
||||||
|
implementation project(':model')
|
||||||
|
implementation project(':source')
|
||||||
|
implementation project(':utils')
|
||||||
|
implementation project(':data')
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user