Is there any particular reason I cannot use fastFo...
# compose
j
Is there any particular reason I cannot use fastForEach from androidx compose ui utils in compose multiplatform? If I havent missed any dependecy separate for that. Quite interesting as I can use it in the code, but when runtime its crashing and saying method not found.
e
I think I saw that cmp 1.6.0-beta01 added support for it.
j
Ah ok nice 🙂 I will wait for cmp 1.6.0 stable I think, to much alpha API changes not working and introduced new bugs on a lot of places. Also some androidx compose libs from compose 1.6 broken by Google 😄
z
There’s a 1.6.1 on the way
j
Not 1.6.0 beta 2? Directly go stable 1.6.1? Nice, hope it will have the new multi module solution for resources and bug fixes :)
e
1.6.1 would be Jetpack Compose, not Jetbrains Compose
z
Oh jetbrains compose, I have no idea what version they’re on. Nvm lol
j
Ah sorry, Yeah both buggy jetbrains and Androidx compose 1.6.* at moment. Using CMP 1.5.11 with compose 1.5.4 releases safest at moment. Ugh I hope they can merge both to one repository and have easier release cycle.
Overriding androidMain partly with androidx BOM where CMP using older versions 😏
134 Views