This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Description
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