Has anyone run into `java.lang.NoClassDefFoundErro...
# multiplatform
b
Has anyone run into `java.lang.NoClassDefFoundError`s when trying to run tests from
commonTest
on JVM/Android? One class is an expect/actual class. The other is an
object
. Both are in
commonMain
This was just a dependency issue I was having trouble seeing