Skolson5903
07/11/2020, 7:38 PMException in thread "main" java.lang.ClassNotFoundException: BasicsTest
Looking at the invoked gradle build I can see no evidence that it attempted to build the unit test class BasicsTest, so it's not on the classpath. If I then try to edit the Run Configuration for the debug attempt, it shows the plugin selected the "shared" classpath by default. Dropping down the list of classpaths available does not show shared.androidTest as a choice.
So I have no way to invoke a debug of a unit test on a multi platform project's shared module. Is this a Kotest plugin issue? Or a multiplatform M3 issue? Until I resolve this I don't see a way to debug/run Kotest unit tests that
are using common classes in the IDE.
Thanks in advance for any info/help. FWIW I have already posted a precursor question of this problem as a recent thread in #eap, in that thread we concluded it better to post here:
https://kotlinlang.slack.com/archives/C0KLZSCHF/p1594327039086400sam
07/14/2020, 4:39 AM