Last time I was using Jacoco for code coverage with Kotlin it was not very comfortable to use it – numbers were way off because coverage is calculated on byte-code level and it included all the getters/setters generated by Kotlin.
Did situation improve since then? Anything good to measure code coverage in Kotlin projects?