andylamax
07/02/2021, 7:56 AMcommonMain
, and just for clarification, I write a couple of Java test in jvmTest/java
as well to make my self confident that my Java users won't scream at me
Question:
Is there a way that I can configure my kotlin multiplafrom library and write javascript (or even better, typescript) test in typescript that consume my kotlin lib? something like jsTest/javascript
or jsTest/typescript
?
Extended Question:
Can that be achieved similar to ObjC? C? say nativeTest/objectiveC
or nativeTest/C
Big Chungus
07/02/2021, 8:02 AMfile:../path
version in an isolated regular js/ts module that runs tests via jest or mocha as usualandylamax
07/02/2021, 8:04 AMBig Chungus
07/02/2021, 8:04 AMandylamax
07/02/2021, 8:06 AMTijl
07/02/2021, 10:23 AMsrcDirs
attributes, have the sourcesets live next to each other