Is there a better unit test code coverage tool than Jacoco for Kotlin ? It appears Jacoco analyzes the byte code generated from Kotlin compiler so results are slightly off from what you would expect from reading Kotlin source code.
n
nwh
07/10/2018, 11:17 PM
I believe IntelliJ has built in code coverage analysis, but I'm not entirely familiar with it. Have you tried that?
a
Alan Lee
07/10/2018, 11:18 PM
No. I work on Android Studio. Although it is based on IntelliJ I’ve never tried it.