Actually, I think that Jack has a really murky fut...
# android
g
Actually, I think that Jack has a really murky future now. Because guys from Android Tools team significantly improved dexing speed (dex in process, global dex cache for dependencies + upcoming incremental dexing in gradle plugin 2.5). For our app dexing is 5-7 times faster than java compilation (before dex in process it was 4 times slower), so to improve build time Jack must be as fast as javac. But I think it’s really hard to do