We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It brings useful extensions like fastForEach
fastForEach
And now it looks like that in gradle:
implementation("org.jetbrains.compose.ui:ui-util:${libs.versions.compose.get()}")
The text was updated successfully, but these errors were encountered:
Add ui-util to gradle plugin (#3895)
0a301bd
Resolves #3894
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It brings useful extensions like
fastForEach
And now it looks like that in gradle:
implementation("org.jetbrains.compose.ui:ui-util:${libs.versions.compose.get()}")
The text was updated successfully, but these errors were encountered: