Nikolay Kasyanov
05/28/2021, 7:57 AMorg.junit...
not importable in tests of multiplatform project? For context, I only have kotlin('test')
and kotlin('test-annotations-common')
in commonTest
and kotlin('test-junit')
in jvmTest
. No direct dependency to JUnit whatsoever, but it’s still importable because it’s still in the classpath I guess?