In a Kotlin Multiplatform project, I have tried to use this plugin and I am getting this issue, not sure if I should report this here or in the Kotlin repo.
> Unexpected test executer: org.jetbrains.kotlin.gradle.targets.jvm.tasks.KotlinJvmTest$Executor@5fbdf032
In a Kotlin Multiplatform project, I have tried to use this plugin and I am getting this issue, not sure if I should report this here or in the Kotlin repo.
The config:
Curiously, all tests are passing and the build fail comes after that.