This commit is contained in:
Thomas Andres Gomez 2025-02-18 20:49:38 +01:00
parent d84bc9bbef
commit 0c613c5b72
25 changed files with 947 additions and 23 deletions

View file

@ -29,6 +29,9 @@ kotlin {
api(libs.koin.core)
implementation(libs.koin.compose)
implementation(libs.koin.compose.viewmodel)
// composable component.
implementation(libs.coil.compose)
implementation(libs.coil.network)
// common
implementation(projects.shared)
// network