Compiling multiple products from a single module i...
# amper
w
Compiling multiple products from a single module is impossible. E.g.
macos/app
and
linux/app
could be built from the same module, but currently I have to create separate modules instead. Maybe the solution is to merge the
macos/app
and
linux/app
products into a
native/app
type. Similarly, the planned
windows/dll
and
linux/so
etc. somehow overlap with
lib
and publication definitions (e.g. Cocoapods). Something about this solution isn’t quite right yet.
👍🏼 1
a
Having multiple products in one module is a scenario which we consider important, but it hasn't been supported yet