is it at least planned to support `ConstraintLayou...
# compose-desktop
k
is it at least planned to support
ConstraintLayout
on Desktop at some point ? there isn't even any mention of an effort or a hint with Roadmap. IMO this would have been a very high value core feature of multiplatform API, desktop target especially
e
the core layout engine is still in java, which would be an impediment to all the compose multiplatform targets
m
👀 1
💯 1
k
sweet ! thanks. Does the job for OSX too 💯
m
On desktop you could just adapt the Java version to not use the Android APIs, whilst keeping it in Java.