Maybe I’ll be luckier on this channel? <https://kotlinlang.slack.com/archives/C3PQML5NU/p16448265423...
j
h
Shouldnt Matter whether its kmm or not, gradle is gradle. Given you want to add a dependency to your project (and Not to the build of your project), just do it like this https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:declaring_multiple_repositories in your build.gradle file in shared. And, you are sure the dependency is there, are you? The output tells you the paths the dependency is searched for in, maybe you could Post that output and more Info about the repository and so on
j
I recreated a project from scratch and added only that dependency, it worked this time. I guess I had some cached error 🤷