カレンダーを依存関係に追加

This commit is contained in:
rca 2024-07-06 14:50:04 +09:00
parent 963a6979bc
commit 1b8aa63e5d

View File

@ -38,6 +38,8 @@ dependencies {
implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler
api 'com.github.sundeepk:compact-calendar-view:3.0.0'
// Project modules
implementation project(':model')
implementation project(':utils')