依存関係追加

This commit is contained in:
r-ca 2024-01-27 16:03:33 +09:00
parent 3cfd54faf0
commit 87c913811b
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -42,4 +42,6 @@ dependencies {
implementation project(':utils')
implementation project(':model')
implementation project(':data')
implementation project(':vcs')
}