Can't pull in dependencies for v2.4.2 #606
Unanswered
jollygreenegiant
asked this question in
Q&A
Replies: 1 comment 8 replies
-
The dependency is definitely there: |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble pulling in the latest dependencies for v2.4.2. I'm pulling them in as shown below, and getting the following error:
This seems to only be having an issue with the iOS dependencies, because that's the only thing it warns about, and if I move the import from commonMain to androidMan (just to see), everything works fine. It seems like it isn't searching maven for the dependencies on the iOS side for some reason, but if I do 2.4.1 instead, things work fine. I feel like I'm going crazy, is there something I'm missing?
shared build.gradle:
libs.toml:
Beta Was this translation helpful? Give feedback.
All reactions