File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ abstract class ComposePlugin : Plugin<Project> {
84
84
val uiTooling get() = composeDependency(" org.jetbrains.compose.ui:ui-tooling" )
85
85
val uiUtil get() = composeDependency(" org.jetbrains.compose.ui:ui-util" )
86
86
val preview get() = composeDependency(" org.jetbrains.compose.ui:ui-tooling-preview" )
87
- val materialIconsExtended get() = " org.jetbrains.compose.material:material-icons-extended:1.7.0-rc01 "
87
+ val materialIconsExtended get() = " org.jetbrains.compose.material:material-icons-extended:1.7.3 "
88
88
val components get() = CommonComponentsDependencies
89
89
@Deprecated(" Use compose.html" , replaceWith = ReplaceWith (" html" ))
90
90
val web: WebDependencies get() = WebDependencies
You can’t perform that action at this time.
0 commit comments