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
hfhbd
07/27/2021, 10:55 AM
Unfortunately this is not possible...
n
Nikky
07/27/2021, 10:59 AM
do you know if there is a youtrack issue for tracking that ? or some sort of rough estimate on when it might be possible ?