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
Currently, the extension is built using JDK 11 and JDK 8 on GH.
The dokka plugin is not working JDK 11 (as far as I know), so the default for building should be JDK8, if we build dokka pages, or even better the creation of sources and javadoc should be moved to a separate profile used by release process only (which can then work on JDK 8).