Config is 1.4.0-rc and the 1.1.0 kotest plugin, an...
# kotest
s
Config is 1.4.0-rc and the 1.1.0 kotest plugin, and using kotest 4.2.0 snapshot in Android Studio in a multi platform project. if I use the gutter menu to debug a test in a multiplatform module, and the gradle debug build task "<<moduleName>>assemble" fails with errors, the debugger is still invoked. Is this a Kotest plugin thing, or a defect elsewhere?
s
I would test it with junit and if it still happens its probably intellij related
s
Cool, will do