compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

Add "ui-util" and make composeDependency() public in ComposePlugin

Open PhilipDukhov opened this issue 4 years ago • 3 comments

I need compose:ui-util to use fastAll/fastAny in custom gestures handling.

I'd like to use

implementation(compose.desktop.components.uiUtil)

Instead of

implementation("org.jetbrains.compose.ui:ui-util:1.0.0-alpha3")

It would also be nice to have a public composeDependency() or composeVersion for such cases, which can be used temporarily until a new system library can be added to ComposePlugin.

PhilipDukhov avatar Oct 22 '21 12:10 PhilipDukhov

As far as I remember, ui-util was made only for internal Compose purposes. I will recheck this later

igordmn avatar Oct 22 '21 14:10 igordmn

Currently, if you need it, you can add it via compose("org.jetbrains.compose.ui:ui-util")

igordmn avatar Oct 22 '21 14:10 igordmn

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

okushnikov avatar Aug 26 '24 17:08 okushnikov