File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ kotlin {
4343 implementation(compose.runtime)
4444 implementation(compose.foundation)
4545 implementation(compose.material3)
46- implementation(compose.material3AdaptiveNavigationSuite)
4746 implementation(compose.materialIconsExtended)
4847 implementation(compose.ui)
4948 implementation(compose.components.resources)
@@ -72,10 +71,6 @@ kotlin {
7271 implementation(libs.androidx.lifecycle.runtime.compose)
7372 implementation(libs.androidx.lifecycle.viewmodel)
7473 implementation(libs.androidx.lifecycle.viewmodel.compose)
75-
76- implementation(libs.material3.adaptive)
77- implementation(libs.material3.adaptive.layout)
78- implementation(libs.material3.adaptive.navigation)
7974 }
8075 sourceSets.named(" desktopMain" ).dependencies {
8176 implementation(libs.kotlinx.coroutines.swing)
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ androidx-appcompat = "1.7.1"
2626androidx-core = " 1.17.0"
2727androidx-lifecycle = " 2.9.6"
2828
29- material3-adaptive = " 1.2.0"
30-
3129[plugins ]
3230kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
3331kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
@@ -78,7 +76,3 @@ androidx-lifecycle-runtime-compose = { module = "org.jetbrains.androidx.lifecycl
7876
7977androidx-lifecycle-viewmodel = { module = " org.jetbrains.androidx.lifecycle:lifecycle-viewmodel" , version.ref = " androidx-lifecycle" }
8078androidx-lifecycle-viewmodel-compose = { module = " org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " androidx-lifecycle" }
81-
82- material3-adaptive = { module = " org.jetbrains.compose.material3.adaptive:adaptive" , version.ref = " material3-adaptive" }
83- material3-adaptive-layout = { module = " org.jetbrains.compose.material3.adaptive:adaptive-layout" , version.ref = " material3-adaptive" }
84- material3-adaptive-navigation = { module = " org.jetbrains.compose.material3.adaptive:adaptive-navigation" , version.ref = " material3-adaptive" }
You can’t perform that action at this time.
0 commit comments