Hi all, I’m following <this> to be able to conver...
# multiplatform
m
Hi all, I’m following this to be able to convert my app to KMP, and when I open Xcode and try to build it after following instructions, I’m getting:
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'myproject'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve com.google.firebase:firebase-crashlytics-gradle:3.0.2.
     Required by:
         root project : > com.google.firebase.crashlytics:com.google.firebase.crashlytics.gradle.plugin:3.0.2
      > Dependency requires at least JVM runtime version 17. This build uses a Java 11 JVM.

* Try:
> Run this build using a Java 17 or newer JVM.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at <https://help.gradle.org>.
I’m using sdkman and my default JVM version is 17