README has the wrong dependency name
dragossusi opened this issue · 3 comments
dragossusi commented
Looks like README.md has the wrong dependency name:
api("com.github.TimOrtel.GRPC-Kotlin-Multiplatform:grpc-multiplatform-lib:<latest version>")
I tried to add this to my app, but it did not find it for some reason.
Could not find com.github.TimOrtel.GRPC-Kotlin-Multiplatform:grpc-multiplatform-lib:0.2.1.
TimOrtel commented
Have you added maven(url = "https://jitpack.io")
as a repository?
johanesriandy commented
TimOrtel commented
This should be fixed with version 0.3.0. Closing this for now.