Colton Idle
06/01/2021, 4:42 PMimport androidx.compose.ui.util.lerp
in my android only compose module. But converting it to JB compose doesn't work because it can't find it. Am I missing some util dependency that's available or is lerp not available in JB compose?implementation("androidx.compose.ui:ui-util:1.0.0-beta07")
and lerp seems to be available again? Is it okay to mix and match JB compose and android compose?Igor Demin
06/01/2021, 5:07 PMimplementation(compose("orj.jetbrains.compose.ui:ui-util")
olonho
06/01/2021, 5:39 PMColton Idle
06/01/2021, 5:59 PM