Hi how can we call fast*** util. functions in comm...
# compose-desktop
r
Hi how can we call fast*** util. functions in common module?
c
They are internal and only usable from inside the that module. They are an internal Compose optimization and likely to change as Kotlin performance characteristics around iterating collections changes in the future so we don't support or recommend calling them directly. If you feel you need to use them feel free to copy them into your own module.