butterknife
butterknife copied to clipboard
r2 id repeat
First of all, thank you for providing such a good tool to improve the development efficiency of Android developers. I am having a problem now, as follows: My app consists of 4 projects and is divided into 3 layers. The bottom layer is a base-lib, the middle layer is two business layers, and the top layer is an APP container that loads these three projects. Now I found a problem. When the top-level container introduces the other three items in lib mode, the other three items will have R2 id duplicates, resulting in the generated _ViewBinding class having some exception errors that cannot be found. How can I solve it? thank you very much!
hello, help me pls~