I have a multiplatform project which has an Android mobile submodule. It nearly worked in IntelliJ Community but the submodule wouldn't sync because of some changes Google made to the gradle tooling API. Okay fine, let's download Android Studio instead and try there. Cool but now I have a problem because the deps are in the project's sibling directories and the Kotlin plugin is too old. Does anyone have a working multiplatform solution? And if so, how did you achieve it?