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