Skip to content

Commit

Permalink
Add compose.uiTest dependency name to ComposePlugin (#4100)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-sasha authored Jan 4, 2024
1 parent 147bb6b commit a4cb97a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ abstract class ComposePlugin : Plugin<Project> {
@Deprecated("Use desktop.uiTestJUnit4", replaceWith = ReplaceWith("desktop.uiTestJUnit4"))
@ExperimentalComposeLibrary
val uiTestJUnit4 get() = composeDependency("org.jetbrains.compose.ui:ui-test-junit4")
@ExperimentalComposeLibrary
val uiTest get() = composeDependency("org.jetbrains.compose.ui:ui-test")
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")
Expand Down

0 comments on commit a4cb97a

Please sign in to comment.