

In previous versions, dependency resolut ion occurs during Gradle configuration time. You should also e xpect improved build sp eeds for applications using legacy multi-dex (minSdkVersion < 21).ĭependency resolution at execution time. This allows for more incrementality and will result in faster incremental builds.

Dex’ing is now done at a per class level. But if the app is not paused on a breakpoint, it shouldn’t restart and hot swap should work when you only make a method implementation change. If a program is paused on breakpoint, app restarting is expected. Instant Run Debug Issue 234401 should now be resolved.
