android icon indicating copy to clipboard operation
android copied to clipboard

Ensure no unnecessary class parsing is performed

Open vmutafov opened this issue 6 years ago • 0 comments

Currently there is a step in the SBG which parses all JAR dependencies and collects Java interfaces in them in order to be provided for the js parser. Another step after the js parser parses all JARs too. Those can be unified without much effort. Also, other build time generators perform the same JAR parsing. Combining the generators or at least performing the JAR parsing just once could improve the initial build time.

vmutafov avatar Apr 02 '19 12:04 vmutafov