I tried to set up the kotlinx.rpc project on my lo...
# kotlinx-rpc
f
I tried to set up the kotlinx.rpc project on my local env and run an "assemble" and had a really hard time with all those subprojects. I also tried to build it using Jitpack and the output was similar to what I was getting on my local environment (Gradle version compatibility?) https://jitpack.io/com/github/kotlin/kotlinx-rpc/0.4.0/build.log I'm currently stuck with:
Copy code
Error resolving plugin [id: 'conventions-repositories']
> Could not resolve all dependencies for configuration 'classpath'.
   > Could not resolve project :gradle-conventions-settings.
     Required by:
         unspecified:unspecified:unspecified
      > Failed to calculate the value of task ':gradle-conventions-settings:compileJava' property 'javaCompiler'.
         > Toolchain installation '/usr/lib/jvm/java-21-openjdk-amd64' does not provide the required capabilities: [JAVA_COMPILER]
a
Hi! It's hard to say what can actually be wrong with the setup And I don't know about Jitpack build Did you just clone the repo and tried to build it like
./gradlew build
? What is your system, macos, linux or windows?