Is the Kotest plugin compatible with Android Studi...
# kotest
g
Is the Kotest plugin compatible with Android Studio? I keep getting
No JDK specified
when I try to run tests with it. If I manually edit the run configuration it generates to use a valid JDK, I get
Error: Could not find or load main class io.kotest.engine.launcher.MainKt
instead. Running
./gradlew testDebugUnitTest
or
./gradlew iosSimulatorArm64Test
work fine. It’s just the plugin for some reason.
s
People at my work use the plugin with android studio, but they say it can't run individual tests, but the class level run icons work.
👍 1