Have a serious issue where IntelliJ's test runner (via Run window) breaks when tests are done using Kotlin Coroutines. For instance a failed test shows a "green icon" instead of a "yellow icon" in the Run window. Using Kotlin Test with Vert.x in a Kotlin Gradle project (via Gradle Kotlin DSL).