Here's a fun story: we've just wrapped up the work on converting all Java code in
snakeyaml-engine-kmp (a KMP port of
snakeyaml-engine) to K Kotlin! The last phase focused on porting the tests; the endeavor started around a year ago. Dozens (maybe even >100) of PRs, with various level of complexity (from porting a trivial test class to creating a mechanism for sharing test resources across all targets). More trivial changes were made with the assistance of
junie Junie (it was my first encounter with a coding agent). As a result, we have proper coverage, but also several bugs in non-JVM targets identified thanks to the increased coverage.