Hi folks, anyone had issues working with ViewBindi...
# android
s
Hi folks, anyone had issues working with ViewBinding and external library that uses viewbinding? I have another repository that publish it android libraries and it uses ViewBinding inside. When we are using it as a dependency and in the
xml
we use
<include layout="layout from a library">
it works fine on android, auto complete happens in AS but when compiling It fails. The generated source is not using the layout binding, it is representing it as a View. I saw this issue but in our case, the our library is in fact also enabling and using ViewBinding. I open a new issue with a repo to reproduce: https://issuetracker.google.com/issues/228371459
😶 2