Right now, there is no way to design an advanced application based on generated builders because there is no common classes between each of them. I started working on a PR for this. The idea is to have the following structure : - Builder - IntentBuilder - ActivityBuilder - ServiceBuilder - FragmentBuilder This may also help to implement #883
Right now, there is no way to design an advanced application based on generated builders because there is no common classes between each of them.
I started working on a PR for this. The idea is to have the following structure :
This may also help to implement #883