I have an mpp app with 2 modules, on js I use only...
# multiplatform
c
I have an mpp app with 2 modules, on js I use only one of them while on jvm I should use both. Is it possible? Right now I use
implementation project(":first")
and
implementation project(":second")
, but only of of them at a time works... If I use both only classes from one of them are available