Hey friends! Does anyone know how IntelliJ/Android...
# multiplatform
a
Hey friends! Does anyone know how IntelliJ/Android Studio is supposed to work when using Multiplatform projects as a Composite Build? The IDE is giving me a lot of errors with
actual
definitions saying that there's no corresponding `expect`ed declaration
r
Try building it anyway (ie via command-line or IDE gradle integration). The IDE just gets confused sometimes.
👍 1
a
Oh yeah it builds just fine, but the errors still pop up every time I try going into those files 😕
Created a ticket. The builds work fine from within the IDE and from the command line, but this seems like a tooling issue : https://youtrack.jetbrains.com/issue/KT-26496