


I have run gradle clean and cleanBuildCache, restarted gradle workers, invalidated IDE caches and all to no success.

(Same code runs however also fine on JS and Native in the IDE) I have configured the IDE to run with Gradle, and the in IDE task fails with same exception with both Gradle and Intellij IDEA runner. Is there a difference between running a Kotlin jvmTest gradle task in Intellij and in the terminal? In Intellij I got a NoSuchMethod exception when running the jvmTest but in terminal the same jvmTest task works fine.
