Does <this> mean that with 1.9 Jetpack Compose wil...
# compose
e
Does this mean that with 1.9 Jetpack Compose will be the sole implementation of Compose across all targets, with Desktop, Web, etc... specific code being provided by Jetbrains?
e
that's not how I read it.
androidx.lifecycle:lifecycle-{common,runtime,viewmodel}
are KMP already, they've extended the set of available platforms.
andoidx.lifecycle:lifecycle-{runtime,viewmodel}-compose
are also KMP, but do not have the new targets yet, since
androidx.compose-*:*
don't have those targets either; that may be coming in Compose 1.9
e
Right, I meant is this a precursor to supporting that.
e
androidx.compose*
supporting them is a prerequisite to
androidx.lifecycle:*-compose
supporting them
not the other way around, if that's what you meant?
e
I think one of the bigger roadblocks to supporting all targets in the past was adopting Google's androidx repo to including js and wasmJs, but it looks like that isn't an issue anymore.
i
Compose Runtime is what is adding more KMP targets in Compose 1.9
e
Can you comment on the rest of the artifacts 😅
i
They are not getting new KMP targets in Compose 1.9
thank you color 1