Are there tools for mutation testing that are comp...
# multiplatform
m
Are there tools for mutation testing that are compatible with kotlin native? Like for when writing KMP libraries I can not just use Pitest if I got it correct since it’s a JVM thing
j
Sorry if I'm overstepping here, as I've not tested that myself, but will do so later this week. You may be able to create a jvm target to execute your common tests and run pitest on that. I don't know if there is a solution for other targets.