You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use JDK 11 in the CI and bump the JVM toolchain version to 11
Bytecode compatibility shouldn't be an issue in dependent Java 8 projects because the project only uses Kotlin/JS.
The message from the CI run:
```text
> Task :compose-html-material-gradle-plugins-legacy:extractPrecompiledScriptPluginPlugins
e: java.lang.UnsupportedClassVersionError: androidx/compose/compiler/plugins/kotlin/ComposePluginRegistrar 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 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:757)
```
0 commit comments