has anyone run into issues with viewbinding code g...
# android
b
has anyone run into issues with viewbinding code generation when moving code+xml files out into a separate module? I’m finding very strange bugs(?). DataBinderMapper is usually where the problem lays. I use Refactor>Move>“Move directory …to another source root” 1. sometimes
INTERNAL_LAYOUT_ID_LOOKUP
doesn’t populate with the XMLs that were moved into the module. Renaming them to something different sometimes helps databindermapper “find” the file 2. and currently the BindingImpl file is being generated into a different module. I’m moving code from Module A to Module B (A depends on B, also both A and B depend on C), and the generated impl file is going into C. I’d mostly like to hear if anyone has moved data binding related files and felt the “finickyness” of the process.