Does `org.jetbrains.compose.ui:ui` not include the...
# compose
j
Does
org.jetbrains.compose.ui:ui
not include the androidx.compose.ui.util? I want to use fastForEach, but seems not included or in some other package maybe?
a
androidx.compose.ui.util is in
androidx.compose.ui:ui-util
, so you need
org.jetbrains.compose.ui:ui-util
.