I guess Android needs also dead code removal so my hope is that the new compiler will handle that natively 🤞.
g
gildor
11/08/2019, 3:40 PM
For Android there is r8 and it probably would be much more powerful and doesn't require special Android specific configuration than possible DCE elimination tool in compiler (there is too many entry points, complicated resources system etc)