Intial scene commit

This commit is contained in:
Thomas Andres Gomez 2025-05-10 14:32:29 +02:00
parent fc06e3ef95
commit 76fc199d5e
20 changed files with 583 additions and 233 deletions

View file

@ -34,6 +34,7 @@ kotlin {
// injection
implementation(libs.koin.compose)
implementation(libs.koin.compose.viewmodel)
implementation(libs.engawapg.zoomable)
// composable component.
implementation(libs.coil.compose)
implementation(libs.coil.network.ktor)