How do I generate `.jar` library of multiplatform ...
# multiplatform
o
How do I generate
.jar
library of multiplatform project when all my code is in shared module ? I’ve rtied
./gradlew build
and I’ve got
.jar
file as a result but when I added this library as a dependency to another project it see packages but does not see any classes inside… All my code is in common module and I have nothing to
expect
and
actual
so my platform modules are ampty…