I’ve managed to adapt some Gradle to run the tests...
# multiplatform
n
I’ve managed to adapt some Gradle to run the tests in QUnit on the JS platform, but they fail because they cannot find the kotlin library. The build copies the output of the jsTestCompile configuration to build/node_modules before running QUnit. This is obviously wrong configuration. Which configuration should be copied?