94013b1ff2
Since Kotlin 1.9.20, Kotlin stdlib is published with Gradle metadata, which allows Gradle itself to select proper dependency subtypes. Now stdlib in MPP projects is only added to common dependencies. The default artifact for JVM was changed from 'kotlin-stdlib-jdk8' to 'kotlin-stdlib'. ^KT-59000 Fixed