I have a couple of Android modules in AS that have "connected" (or instrumentation) tests that have to run on a device or emulator. I'm seeing some weird behavior and build errors when I upgrade from 1.1.0 -> 1.1.1. Basically it seems like kapt is somehow processing classes from my "main" classpath into both the classpath for "debug" and for "debugAndroidTest", which is causing various issues. In one module that uses Realm, it's resulting in a compile error, and in another that doesn't, I'm getting an error during dexing complaining that "multiple dex files define" some class from my main classpath