Just want to validate a general finding here; but is Kotlin Multiplatform (not just KMM) being intentionally better supported in Android Studio than it is IntelliJ, right now?
Asking because I do switch between AS and IntelliJ a bit on this project (using some logic in Gradle script that picks the correct plugin) and IntelliJ - ironically - has problems resolving Java classes from JVM targets, while Android Studio works fine!
Seem unable to get the best of both worlds - IntelliJ has the strength that I can run multiple debug sessions (client+server) while AS will only run one at a time...