Just want to validate a general finding here; but ...
# multiplatform
d
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...
e
They switch off being better for me, sometimes without anything changing 😱
🤷‍♂️ 1
d
It was nice to see the IntelliJ plugin recently go from the ancient and ailing
4.2.2
to
7.0.0
but it still seems the KMP part has problems vs AS version.