I am trying to set up a kmm project. I have a loca...
# multiplatform
t
I am trying to set up a kmm project. I have a local kmm library I publish to mavenLocal. On linux i cannot sync the project because the ios library is missing on mavenLocal and gradle tells me it cannot find the dependency for the ios target (which I am not even interested in as I am not on macos). Can I somehow disable this check for the ios target on non-mac machines?