reading through "sharing code on platforms" and i ...
# javascript
n
reading through "sharing code on platforms" and i see
Kotlin doesn’t currently support sharing a source set for these combinations:
- Several JS targets
does that mean i cannot have eg. a "common" JS target and browser + nodejs + cordova depend on that ? i really hoped i could use expect/actual to modularize and commonize stuff
h
Unfortunately this is not possible...
n
do you know if there is a youtrack issue for tracking that ? or some sort of rough estimate on when it might be possible ?