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> {
8484 val uiTooling get() = composeDependency(" org.jetbrains.compose.ui:ui-tooling" )
8585 val uiUtil get() = composeDependency(" org.jetbrains.compose.ui:ui-util" )
8686 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 "
8888 val components get() = CommonComponentsDependencies
8989 @Deprecated(" Use compose.html" , replaceWith = ReplaceWith (" html" ))
9090 val web: WebDependencies get() = WebDependencies
You can’t perform that action at this time.
0 commit comments