Any good tool recommended for Kotlin test coverage...
# announcements
t
Any good tool recommended for Kotlin test coverage? Jacoco looks like not quite friendly for Kotlin.
a
I don’t have an alternative, but I’m using Jacoco and the only problem that I’ve run into so far is that inline functions don’t get covered.