https://kotlinlang.org logo
a

Andrew

06/15/2020, 5:41 AM
When trying to run unit tests in IntelliJ it says "no tasks available". A solution I found was to set the tests to run with IntelliJ instead of gradle. This runs them but now its failing to load resources from the ClassLoader which is needed for some of the tests. When I run the tests via gradle script it appears to work properly. Does any of this sound like known issues, any workarounds? Trying to convert a jvm library to KMP but need to get the basics working before doing any major refactors to more into common.
s

saket

06/15/2020, 3:46 PM
5 Views