I have created a library, published it to maven lo...
# multiplatform
d
I have created a library, published it to maven local and so far didn't build it on iOS. I can't use it to build android app because Gradle fails to sync with these errors:
Copy code
Could not find mylib:mylib-iosarm64:unspecified.
This is expected of course, but can I somehow temporarily disable these checks, I don't need ios versions at the moment.