Kotlin JaCoCo, no coverage -> IllegalClassFormatException … Please supply original non-instrumented classes
问题 kotlin verion: 1.3.61 Android Gradle Plugin: 3.5.3 JaCoCo Version: 0.8.4.201905082037 (default android gradle version) project: https://github.com/goldy1992/Mp3Player/tree/feature/issue-112/migrate-to-kotlin I have a multi module gradle project with: 2 flavours: full, automation 2 build types: release, debug I'm in the process of migrating everything to kotlin. Module structure commons [android library] (works as expected with test coverage) client-test-support (used for test implementations