Intial scene commit

This commit is contained in:
Thomas Andres Gomez 2025-05-10 14:32:29 +02:00
parent 9be8f2b209
commit bf3fa8177d
12 changed files with 504 additions and 19 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)