`0.8.1` bugfix release is out: <https://github.com...
# kotlinx-rpc
a
0.8.1
bugfix release is out: https://github.com/Kotlin/kotlinx-rpc/releases/tag/0.8.1 • Compiler fixes • Critical KrpcClient bug is fixed
❤️ 3
kodee happy 5
kotlinx rpc 2
K 2
d
Thanks for all your ongoing work with kRPC @Alexander Sysoev; I've just added the dependency to another new project, can't wait to start `Flow`ing that data! 😄
❤️ 2
a
Thank you for the kind words! I hope it works great for you 😅
a
Great work!
thank you color 1
🎉 1
d
Good to hear updates!
thank you color 1
s
Has 0.8.1 not been fully published yet? gradle can't resolve it for any ios targets. I just tried upgrading from 0.8.0
👍 1
1
a
@S. no, it shouldn't be so. I'll take a look, though it might need to wait until Monday
👍🏻 1
👍 1
@S. I checked https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/ and all targets seem to be published, do you still experience the issue?
s
yes. or did artifacts change?
:app:core:rpc:iosArm64Main: Could not resolve org.jetbrains.kotlinx:kotlinx-rpc-krpc-client:0.8.1.
I just tried 0.8.0 and there it resolves without issues
a
It maybe so because 0.8.0 is cached locally I see the missing artifacts from your screenshot in the index: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-rpc-krpc-client-iosarm64/
🤔 1
@S. I can confirm it's not only your problem, I'll investigate further
👍🏻 1
Found a cause, metadata was corrupted, I'll post an update this week
Thanks for noticing it, @S.!
s
sounds good, thank you!