Hi! when running a specific test within FreeSpec()...
# kotest
w
Hi! when running a specific test within FreeSpec() from IDE green arrow on the side of that test, I get java.lang.NoClassDefFoundError: <here any class of mine>. Any idea?
e
Do you generate code using Gradle?
w
I'm using convention plugins
for Android library module and app
so it turned out that it's related to IDE version, I was using Android Studio Hedgehog | 2023.1.1 Canary 2. When I tried the latest stable version, the test executed (passed/failed)!
Kotest plugin: 1.3.66-231.5920.14-EAP-SNAPSHOT
e
Sounds unrelated to Kotest