Ben Tseytlin
08/07/2020, 12:40 PMINTERNAL_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.