anyone run into this: Create a brand new Multipalt...
# multiplatform
a
anyone run into this: Create a brand new Multipaltform project, and all of the gradle files fail to parse, all red. But it does build and run. Invalidate cache/restart doesnt fix anything.
Cannot access 'java.lang.Comparable' which is a supertype of 'Build_gradle'. Check your module classpath for missing or conflicting dependencies
All sorts of errors like this
Ah, IntelliJ was using the wrong Java SDK, changing it to JDK 11 fixed it