I created a setup with a common module and 3 modul...
# kotlin-native
h
I created a setup with a common module and 3 modules for each platform. No code in platform modules, only models defined in common. The jvm and js platforms are building fine, but native only builds some test executable.
s
Have you tried adding
EXECUTABLE
to
outputKinds
?