Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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) ```
- Loading branch information
8b6058e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to bump the JVM toolchain version, but it OK as it's removed in the next commit.