aebca19fd7
In the `KotlinPlatformType` disambiguation rule, don't prefer `common` when there's a `jvm` or an `androidJvm` variant, as this would conflict with disambiguation rules created by the other plugins, such as Gradle's `java` which will choose `org.gradle.usage=java-api` and lead to ambiguity. Issue #KT-32239 Fixed