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? |
Beta Was this translation helpful? Give feedback.
-
I didn't build pbandk from source locally, just let it download from maven Thanks @garyp for quick response |
Beta Was this translation helpful? Give feedback.
-
Ah. We don't actually publish |
Beta Was this translation helpful? Give feedback.
-
I've changed to 0.10.0-beta3. I got no error with downloading the lib. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @garyp |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Thanks @garyp |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions