Add "ui-util" and make composeDependency() public in ComposePlugin
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.
As far as I remember, ui-util was made only for internal Compose purposes. I will recheck this later
Currently, if you need it, you can add it via compose("org.jetbrains.compose.ui:ui-util")
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.