Anyone else having issues with having a `my.compan...
# multiplatform
t
Anyone else having issues with having a
my.company.Class
class in the common part of a multiplattform project that typealiases to a
java.lang.Class
on the jvm part? It builds fine with Gradle, just intellij seems to have some issues. As soon as i have a java gradle project that references the mpp and uses methods with the custom
Class
class Intellij is giving us compile errors.