debugの依存関係に:shared:uiモジュールを追加

This commit is contained in:
r-ca 2023-12-17 12:16:22 +09:00
parent 4366723b21
commit 239ae81c78
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -59,4 +59,7 @@ dependencies {
//
implementation project(':model')
// Shared
implementation project(':shared:ui')
}