Hello, I cannot build my project using krpc `0.3.0...
# kotlinx-rpc
d
Hello, I cannot build my project using krpc
0.3.0
, it tries to download version
2.0.20-0.3.0
, but my project is configured to use kotlin version
2.0.10
https://github.com/dragossusi/ktcnc/actions/runs/11435490310/job/31810965557
I use JDK21 if this might be the cause
Tried with JDK17 and it still fails, maybe this is caused by upgrading kotlinx.serialization to the latest version
Downgraded serialization, issue is still there. Maybe
compose-multiplatform
changes the kotlin version. Is there a way to debug why
2.0.20
is used?
a
Check out the project report gradle plugin could help you out. https://docs.gradle.org/current/userguide/project_report_plugin.html
a
Hey! This may be tricky with some dependencies the the latest release, I hope the next one with latest Kotlin versions will be easier in terms of compatibility
👍🏻 1