mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Utilsモジュールを依存に追加
This commit is contained in:
parent
2c1f1c6828
commit
eb79cffb34
|
@ -44,4 +44,7 @@ dependencies {
|
|||
// Room
|
||||
implementation libs.androidx.room.runtime
|
||||
annotationProcessor libs.androidx.room.compiler
|
||||
|
||||
// モジュール
|
||||
implementation project(':utils')
|
||||
}
|
Loading…
Reference in New Issue
Block a user