Improve tag emoji assignment

This commit is contained in:
MM20
2024-11-11 20:48:04 +01:00
parent 76ee00f404
commit a21dde5741
20 changed files with 569 additions and 69 deletions

View File

@@ -49,6 +49,7 @@ dependencies {
ksp(libs.androidx.roomcompiler)
api(libs.androidx.room)
implementation(libs.koin.android)
implementation(libs.emoji4j)
implementation(project(":core:i18n"))
implementation(project(":core:ktx"))