I noticed in my project now in B4A v6.0 the optimized dex is faster than B4A v5.80
Before usually, the optimized dex took more time than generated java code, now usually the time is shorter in optimized dex WoW . I noticed the difference.
In previous versions all of google play services classes were included in the project. Now only the classes required based on the referenced libraries are added.