Has anyone ever had an issue with native code auto...
# multiplatform
d
Has anyone ever had an issue with native code autocomplete in a multi-module project?
👍 1
d
Yeah, it happens. You just have to shake the IDE in the right place.
i.e. Clean, Invalidate Caches, etc.
d
Unfortunately my attempts to shake the IDE into getting the autocomplete to work in the native sourcesets has failed. As far as I can tell the module structure is identical to a single-module MPP, but the IDE features are still broken
d
How many native targets do you have?
d
I have three multiplatform modules, each one currently only has a single mingw target
d
Hmm, what versions. 1.3.72?
The IDE and gradle plugin version have to be the same.
d
Hmm I think I actually have 1.4-M1 installed in the IDE and 1.3.72 in the project, I'll try changing that
Yep! had 1.4 installed on top of 1.3.72 and uninstalling it fixed it. Thank you!!
👍 1
c
How do I check the versions I have? My autocomplete is currently failing as well.
d
You can look for the Kotlin plugin in the AS/IntelliJ settings