A registry of tooling model builders. Adding a builder to this registry makes a model (or models) available via the tooling API.
so probably something like android studio needs android specific data so they likely register something custom there to make the integration work. smells like open/closed principle for tooling API
i
Imran/Malic
10/03/2019, 3:49 PM
Do you think I can access the compilerArguments from there?
t
trevjones
10/03/2019, 4:36 PM
looks like you would register a model builder with gradle, then use the getModel on the connection to retrieve it
trevjones
10/03/2019, 4:36 PM
I would think one of the existing models would already have that info