Hello! Did someone here managed to create a kotlin...
# mockk
m
Hello! Did someone here managed to create a kotlin multiplatform build targetting JS that compiles? I managed to get it working by excluding test task from
gradle build
command (
./gradlew build -x compileTestKotlinJs
) but this solution is far from ideal. Maybe I could somehow exclude the jsTest source set completly from project?