Skip to content

Commit

Permalink
Add ui-tooling-preview alias to gradle plugin (#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb committed Jan 29, 2024
1 parent 2e354eb commit 50908d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ abstract class ComposePlugin : Plugin<Project> {

object CommonComponentsDependencies {
val resources = composeDependency("org.jetbrains.compose.components:components-resources")
val uiToolingPreview = composeDependency("org.jetbrains.compose.components:components-ui-tooling-preview")
}

object DesktopComponentsDependencies {
Expand Down

0 comments on commit 50908d6

Please sign in to comment.