This is needed to ensure that 'intellij.platform.bootstrap.coroutine' comes before kotlin-stdlib, so it properly overrides DebugProbesKt class, and coroutines dumps work if the IDE or tests are started without packing modules to JARs and without explicitly specified coroutines agent.
GitOrigin-RevId: 0c59adc46c2a80e14eafdd7bdfe70ac5c0cf995b
Intellij Idea Community failed to load Android plugin because of missing `intellij.android.navigator` module dependency.
GitOrigin-RevId: 0e2025a31c4dd18d22cafa6b5c158b329b7e806a
KotlinPlugin is referencing jars that are created after compilation. That's why this library is not suitable for anything except being a RUNTIME dependency. Module, on the other hand, can be used in any scope.
intellij.android.kotlin-dependencies will be renamed to intellij.kotlin.plugin.community.main in the following commit.
GitOrigin-RevId: 168c597b6f385489c783c6731a9964b93c3821b8
and remove `Android Studio` run configuration. It does not work, and it is not possible to repair it: there is no compatible kotlin plugin for IJ master that pretends to be Android Studio (kotlin plugin for IJ explicitly says that it is `<incompatible-with>com.intellij.modules.androidstudio</incompatible-with>`, latest kotlin plugin for AS explicitly declares `until-build` which is usually one major version before the master version).
GitOrigin-RevId: 8152962e29ea2a78feca66965a40b5f5c2108cb8