Has anyone encountered a bug in IntelliJ/AndroidSt...
# multiplatform
c
Has anyone encountered a bug in IntelliJ/AndroidStudio that breaks code highlighting/completion for Java projects that depend on KMM libraries that have both Android and JVM targets? My project compiles fine but the IDE seems to incorrectly use the Android target instead of the JVM target when doing autocompletion.
I can try to get a small repro project. But first I wanted to see if was an already known issue.
j
yes, the workaround is move jvm lib to kmp with only jvm target
k
c
Thanks for the suggestions. A really annoying bug but I guess I will apply the workaround in the mean time.