Alright I have made a simpler test project and am ...
# multiplatform
s
Alright I have made a simpler test project and am having the same error. When I try to call a Java class I defined under
jvmMain
in a test within
jvmTest
or within a kotlin file under
jvmMain
I get an
Unresolved Reference
. https://gitlab.com/snippets/1916268 There is a gist with my build config. Is there something I am missing?