Skip to content

Commit

Permalink
Add ui-util to gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich authored Nov 3, 2023
1 parent 726b98d commit 29d3cb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ abstract class ComposePlugin : Plugin<Project> {
@ExperimentalComposeLibrary
val uiTestJUnit4 get() = composeDependency("org.jetbrains.compose.ui:ui-test-junit4")
val uiTooling get() = composeDependency("org.jetbrains.compose.ui:ui-tooling")
val uiUtil get() = composeDependency("org.jetbrains.compose.ui:ui-util")
val preview get() = composeDependency("org.jetbrains.compose.ui:ui-tooling-preview")
val materialIconsExtended get() = composeDependency("org.jetbrains.compose.material:material-icons-extended")
val components get() = CommonComponentsDependencies
Expand Down

0 comments on commit 29d3cb3

Please sign in to comment.