Replies: 9 comments
|
Can you please share the full error text that you're getting? Also, I see that you're referencing the SNAPSHOT version. Are you building pbandk from source locally? |
I didn't build pbandk from source locally, just let it download from maven Thanks @garyp for quick response |
Ah. We don't actually publish |
|
I've changed to 0.10.0-beta3. I got no error with downloading the lib. |
|
Hi @garyp |
|
If the link works fine in your browser, then I'm not sure we can do much on our end. Based on the "Connection reset" error message you're seeing, it seems like your computer is just having trouble connecting to We're working on making pbandk available on Maven Central in the next few weeks. That should hopefully prevent these connectivity issues. |
|
Thanks @garyp |
|




Uh oh!
There was an error while loading. Please reload this page.
Hi, i generated proto files to Kotlin classes successfully.
However when i integrated it in my project, i got "Unresolved reference: pbandk".
I already have the lib in build.gradle file
dependencies { implementation "pro.streem.pbandk:pbandk-runtime:0.10.0-SNAPSHOT" }Pls help to resolve this. Thank you.
All reactions