Add Room database, create tables and DAO for schedule
This commit is contained in:
@@ -19,8 +19,7 @@ android {
|
||||
release {
|
||||
isMinifyEnabled = false
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -40,8 +39,9 @@ dependencies {
|
||||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.material)
|
||||
|
||||
kapt(libs.hiltcompiler)
|
||||
kapt(libs.hilt.compiler)
|
||||
implementation(libs.hiltandroid)
|
||||
|
||||
implementation(project(":core:network"))
|
||||
implementation(project(":core:database"))
|
||||
}
|
||||
Reference in New Issue
Block a user