Does Compose have any issues with `kotlin-android-extensions` ? Meaning, both in the same module?
g
Does Compose have any issues with
kotlin-android-extensions
? Meaning, both in the same module?
z
g
Yes indeed. I want to get rid of them, but we used extensively those in many many many screens (and custom layouts) based on generic ones, and as
inflate()
of the generated ViewBinding classes is not part of the
ViewBinding
interface, it brings a whole level of headache… I’d rather not remove those for now