some fixes & improvements

This commit is contained in:
2025-09-28 22:09:17 +03:00
parent 402e71cb60
commit 5266bf2dd8
7 changed files with 34 additions and 20 deletions
+6 -1
View File
@@ -26,6 +26,10 @@ tasks.withType<KotlinCompile>().configureEach {
}
}
compose.resources {
nameOfResClass = "R"
}
kotlin {
androidTarget {
compilerOptions {
@@ -74,7 +78,8 @@ kotlin {
commonMain.dependencies {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material3)
// implementation(compose.material3)
implementation(libs.material3)
implementation(compose.materialIconsExtended)
implementation(compose.components.resources)
implementation(libs.androidx.navigation.compose)