https://kotlinlang.org logo
b

bsimmons

06/09/2020, 12:07 PM
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

bsimmons

06/09/2020, 12:59 PM
Great. That works. Thanks. (Although, it does break some of my dependencies. Trying to figure that one out.)
3 Views