I'm running into issues with Android Studio updati...
# multiplatform
p
I'm running into issues with Android Studio updating to kotlin 1.7.10 with a highly modularized project. it seems like AS gets confused when
module A/androidMain
has dependencies on
module B/commonMain
. AS has no problems with
module B/androidMain
depending on
module B/commonMain
code inspection tells me
Check your module classpath for missing or conflicting dependencies
c
are you on Chipmunk? Think there are a few related issues which mostly seem to be resolved in Dolphin