Yonatan Karp-Rudin
10/08/2023, 7:53 PMkonsist
project on my local machine (Macbook pro M2), with JVM 21 installed (openjdk 21
), and when trying to sync Gradle I'm getting the following error:
* What went wrong:
A problem occurred configuring project ':buildSrc'.
> Failed to calculate the value of task ':buildSrc:compileJava' property 'javaCompiler'.
> No matching toolchains found for requested specification: {languageVersion=19, vendor=any, implementation=vendor-specific} for MAC_OS on aarch64.
> No locally installed toolchains match and toolchain download repositories have not been configured.
I did not see any list of requirements in the documentation regarding to how to build the project locally, am I missing something?igor.wojda
10/09/2023, 6:06 AMModule SDK
combo box and select +Add SDK
.
BTW I have updated Contributing pageYonatan Karp-Rudin
10/09/2023, 7:46 AMJonathan Sarco
10/10/2023, 9:55 AMkotlin {
jvmToolchain(19)
}
to the build.gradle inside the lib
module!
If the IntelliJ doesn't work properly.