Hello everyone. I have a multi-module multiplatfo...
# multiplatform
a
Hello everyone. I have a multi-module multiplatform project. The structure is the following:
Copy code
root
  - core
  - backend
  - ...
backend
implements
core
, and it is a jvm-only module (not multiplatform).
core
is a MPP, for native and jvm. Both they compile fine; my problem though is that what is produced by
core
seems to not to be copied in the
backend
classpath, for some reason. If I copy the output of
core
in the build folder of
backend
, it works fine. Can someone point me to the right path? thank you very much