Kirill Grouchnikov
10/28/2022, 3:21 PMe: java.lang.UnsupportedClassVersionError: androidx/compose/compiler/plugins/kotlin/ComposeComponentRegistrar has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 53.0
in both IntelliJ and terminal build with compose desktop.
My Java stays on 11.0.16+11-LTS-199
in both places. Once that starts, pretty much the only way out is to reboot my machine. Is there anything I can run to help diagnose this once it starts happening? Otherwise I’m not sure how useful it would be to file it as a bug.Igor Demin
10/28/2022, 4:11 PM./gradlew --stop
in the terminal, and see if the issue disappearsKirill Grouchnikov
10/28/2022, 6:14 PMKirill Grouchnikov
11/23/2022, 7:03 PM./gradlew --stop
fixed it!Igor Demin
11/23/2022, 7:24 PM