Having problems with all the latest stuff. I have ...
# multiplatform
s
Having problems with all the latest stuff. I have a
common
module, a
common-js
and a
common-jvm
, and then another JVM module that depends on
common-jvm
. All compiles fine with Gradle, but the latest IntelliJ fails to compile, saying that it can’t find definitions, even though the source code is not marked red.
i
Currently IntelliJ build is not supported for multiplatform projects. You need to delegate IDE build/run actions to Gradle
s
Funny, was just about to try that. Thanks!