依存関係追加

This commit is contained in:
ろむねこ 2024-01-19 14:48:17 +09:00
parent abc91b79ee
commit 802e4cc75a
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -32,4 +32,6 @@ dependencies {
testImplementation libs.junit
androidTestImplementation libs.androidx.test.ext.junit
androidTestImplementation libs.androidx.test.espresso.core
implementation project(':shared:ui')
}