https://kotlinlang.org logo
m

Mehdi Haghgoo

05/18/2022, 7:29 AM
Is Compose UI version supposed to diverge from other artifacts in the compose group? I ask because recent IDE versions seem to define version variable in gradle build files only for compose_ui_version.
👌 1
a

Adam Powell

05/18/2022, 1:49 PM
Yes. Compiler, runtime, UI, foundation, and material should all be expected to diverge from one another over time. The default project templates weren't set up for this to be easy but those are changing
❤️ 1
4 Views