Hi guys, one question, if have an existing app and...
# compose
a
Hi guys, one question, if have an existing app and I'm thinking to migrate some screens to compose, is there any problem related to the use of compose with
synthetics
?, should I use
dataBinding
or
viewBinding
instead of
synthetics
?
🙌 1
r
Synthetics caused compilation issues for me. I converted all to view binding and slowly migrated to compose. Now I don't need view binding anymore as all is Compose 🙂
s
Yeah it doesn't work with synthetics
a
@Rudolf Tammekivi, @Se7eN thanks for the info
👍 1
r
There’s a fix coming for this in kotlin 1.4.2 but no telling when that will be released
s
This plugin is great for migrating views. I have yet to try it in more complex views, but so far so good. (Keep in mind it's a work in progress)
👍 1
m
Why does it not work with 1.4.20-M1 ?
k
Because compose compiler is still in 1.4.10, so we have to wait for updates.