TimOrtel/GRPC-Kotlin-Multiplatform

README has the wrong dependency name

dragossusi opened this issue · 3 comments

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.

Have you added maven(url = "https://jitpack.io") as a repository?

Hi, i'd encountered the same issue but it worked with version 1.1.0. I've checked the repo in Jitpack and it seems that the build was failed for later version

image

This should be fixed with version 0.3.0. Closing this for now.