alexfacciorusso
11/07/2019, 11:05 AMroot
- 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