https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

ankushg

08/29/2018, 6:34 PM
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

russhwolf

08/29/2018, 7:44 PM
Try building it anyway (ie via command-line or IDE gradle integration). The IDE just gets confused sometimes.
👍 1
a

ankushg

08/29/2018, 10:47 PM
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