https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
n

natpryce

01/26/2019, 10:28 PM
It’s only when run in the IntelliJ test runner that the test that requires the resource to be present fails
e

egorand

01/26/2019, 11:54 PM
double check that the run configuration has correct “working directory” setting, wrong paths is what usually causes this kind of errors
n

natpryce

01/26/2019, 11:56 PM
It looks fine. When I look at the classpath in the debugger, it includes the directory that contains the compiled classes, but that directory does not contain the resources, and the directory that does contain the resources is not in the classpath
e

egorand

01/26/2019, 11:57 PM
sounds like an IDE bug then