I am trying to publish a library to maven from mac...
# multiplatform
d
I am trying to publish a library to maven from macOS and it goes ok, but
library.module
file contains no version, which causes gradle sync to fail:
Copy code
"available-at": {
        "url": "../../yolk-iosarm64/unspecified/yolk-iosarm64-unspecified.module",
        "group": "yolk",
        "module": "yolk-iosarm64",
        "version": "unspecified"
      }
If I build the same library for jvm only (on a linux host),
jvm
artifacts get the correct version in the same
library.module
file. What can be wrong for ios platform here?