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

Trevor Stone

03/11/2019, 4:44 AM
Hey! Has anyone else ran into an issue where multiplatform code is showing up as a missing import in Android Studio/IntelliJ, but the code still compiles and runs fine? I am trying to use it just as a jvm library but consumed inside of an android app. There are multiple kotlin multiplatform modules that are dependencies of each other as well. Everything seems to work fine except for the IDE integration
j

josephivie

03/11/2019, 4:57 AM
I've seen this happen before, but when I deleted the project files and the build files and reimported the project, everything worked again.
t

Trevor Stone

03/11/2019, 4:58 AM
I've tried that, and a coworker is seeing the same thing on their machine as well. I think it might be a config issue or possibly a bug. It does seem to sometimes help briefly though