Could not initialize class org.jetbrains.kotlin.com.intellij.pom.java.LanguageLevel
schrulnz opened this issue · 1 comments
schrulnz commented
I have a problem when building, very similar to this one: https://stackoverflow.com/questions/66945802/installing-kotlin-jupyter-e-java-lang-noclassdeffounderror-could-not-initiali
I haven't been able to solve it yet.
I am running on 2020.3.1 Android Studio on a ARM Mac (M1), maybe that could cause the problem.
schrulnz commented
What solved it for me: Applying both these steps:
https://youtrack.jetbrains.com/issue/KT-45566#focus=Comments-27-4872767.0-0
https://youtrack.jetbrains.com/issue/KT-45566#focus=Comments-27-5107521.0-0
(killing the gradle deamon by https://stackoverflow.com/a/54194731/12984119)