build: Add library for custom color themes

#30
This commit is contained in:
Nishant Mishra
2025-09-19 08:09:52 +05:30
parent 4b9e0b95bb
commit 613fc3a45a
2 changed files with 5 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ dependencies {
implementation(libs.androidx.navigation3.ui)
implementation(libs.vico.compose.m3)
implementation(libs.material.kolor)
implementation(libs.androidx.room.runtime)
implementation(libs.androidx.room.ktx)