let's say I have a library that needs desktop and ...
# multiplatform
e
let's say I have a library that needs desktop and android implementations. In this case I'd have a
common-jvm
,
android
and
desktop
modules. Is there a way then later to add it as dependency or build/produce a fat jar for the corresponding platform without any other superfluous platform modules?