Hi , I have a kotlin mpp with android, js and iOS outputs. Could you please suggest the unit testing code coverage tools I can use for Kotlin mpp project ?
v
verachadw
11/27/2019, 4:02 AM
AFAIK, There is no code coverage tools that support Kotlin MPP project at the moment.
e
EvaS
11/27/2019, 9:58 AM
We use Jacoco
a
Akhil Sunny
11/27/2019, 6:47 PM
@EvaS - Can you please share an example ?. Looking online . I can see jacoco being used for Kotlin java project. but can't find any for a Kotlin app with js, ios and android outputs