some fixes & improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user