A high interest topic for me is code coverage support for Kotlin multiplatform, especially native targets. Understandably, there is a dearth of information about JB roadmap plans for native code coverage tools. If I have this wrong I would love to hear it. So that leaves me with standalone solutions for now, like gcov and related tools, of which I know next to nothing having been focused on JVM since ’95. While I did do C and C++ for a number of years, code coverage did not cross my radar until a few years ago and since then it has been all Jacoco which has it’s own set of issues for Kotlin/JVM. So I’m looking for guidance on how to leverage available code coverage tools with the Kotlin/Native compiler. For example, am I limited to tools that support LLVM? Is there a way to hook into GCC/gcov? Feel free to respond in #code-coverage or a thread here.