I have multiplatform modules:
models/models-common
models/models-js
models/models-jvm
http/http-common
http/http-js
http/http-jvm
I would like to bundle them together and create lib-js and lib-jvm projects that I can build to use in my apps. Does anyone have an example build.gradle file that shows how to do that?