So I have a functional test library that compiles ...
# multiplatform
d
So I have a functional test library that compiles and works fine for both iOS and Android. Now I want to transpile to javascript as well. Is it just a matter of adding directives to the library's sourceSets in the gradle file? I assume it's something akin to jsmain and jstest.
a
add
js(IR) {}
in your build.gradle.kts