https://kotlinlang.org logo
#amper
Title
# amper
w

Waldemar Kornewald

11/13/2023, 11:49 AM
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

Anton Prokhorov

11/13/2023, 4:41 PM
Having multiple products in one module is a scenario which we consider important, but it hasn't been supported yet