Skip to content

Commit c3973ca

Browse files
igordmnWojciech Liberda
authored andcommitted
Revert "Revert "Hardcode Material3 to stable (JetBrains#5360)"" (JetBrains#5404)
Reverts JetBrains#5400 ## Release Notes N/A
1 parent 8748cf6 commit c3973ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ abstract class ComposePlugin : Plugin<Project> {
7272
val animationGraphics get() = composeDependency("org.jetbrains.compose.animation:animation-graphics")
7373
val foundation get() = composeDependency("org.jetbrains.compose.foundation:foundation")
7474
val material get() = composeDependency("org.jetbrains.compose.material:material")
75-
val material3 get() = composeDependency("org.jetbrains.compose.material3:material3")
76-
val material3AdaptiveNavigationSuite get() = composeDependency("org.jetbrains.compose.material3:material3-adaptive-navigation-suite")
75+
val material3 get() = "org.jetbrains.compose.material3:material3:1.8.2"
76+
val material3AdaptiveNavigationSuite get() = "org.jetbrains.compose.material3:material3-adaptive-navigation-suite:1.8.2"
7777
val runtime get() = composeDependency("org.jetbrains.compose.runtime:runtime")
7878
val runtimeSaveable get() = composeDependency("org.jetbrains.compose.runtime:runtime-saveable")
7979
val ui get() = composeDependency("org.jetbrains.compose.ui:ui")

0 commit comments

Comments
 (0)