Is there a way to run .java tests in a kotlin MPP?...
# multiplatform
b
Is there a way to run .java tests in a kotlin MPP? I am trying to test that my Java interop interfaces are correct. (Things like @JvmStatic @JvmOverloads.) I can't seems to get them running in jvmTests directory. Perhaps I should just add tests to a separate Java project?
b
Great. That works. Thanks. (Although, it does break some of my dependencies. Trying to figure that one out.)