Hello - Android Studio source project linking issue here
I was using Koltin MP for android/iOS app, and It worked well on Android studio 2.2 Canary build,
Foolishly I installed stable version of 2.2 replacing Canary build, and now everything works in exception that code analysis don't see commonMain from androidMain. It does work between iosMain and commonMain. Reinstallation of AS, plugins, invalidate and restart, cache deletions don't fix this issue.
Newly generated projects from new > KMP project have the same issue
Does anyone else have the same problem? Or I am missing something in setup?