问题 When I build big multi module project, result apk contains a lot of dex files. 35 on debug version and 15 on release. Most of files has far less methods and references then 65k. Is there any way to compact dex files? I also analysed several famous applications from google, instagram, and others. They all have 4-6 almost full dexes. Nothing like we have. So looks like compaction is possible We also suspect that such big amount of dex files can slowdown application startup. Is it the case? When