Is there a way to combine two targets to the same ...
# kotlin-native
a
Is there a way to combine two targets to the same klib library? (i.e linux and windows build together)
o
technically it is possible (stdlib is built this way), but creating such libs is non-trivial
a
Ok