jivimberg
11/08/2021, 5:36 PM:compileTestKotlinJs
.
What I see it doing is:
1. It says it has to perform non-incremental compilation. Non-incremental compilation will be performed: UNKNOWN_CHANGES_IN_GRADLE_INPUTS
2. It clears the output folders. Including build/classes/kotlin/js
where the JS sources should be compiled
3. It complains it can’t find build/classes/kotlin/js/main
🤦jivimberg
11/08/2021, 5:37 PMjs(IR) {
binaries.library()
nodejs()
}
There are no dependencies or anything, just a vanilla test in commonTests that uses classes in commonMainjivimberg
11/08/2021, 5:38 PM