Initial commit

This commit is contained in:
2025-09-26 13:49:11 -03:00
parent c6f1764a9d
commit a67ea33a9c
22 changed files with 27 additions and 82 deletions

View File

@@ -30,6 +30,7 @@ kotlin {
implementation(libs.androidx.activity.compose)
}
commonMain.dependencies {
implementation(projects.features.common)
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material3)