diff --git a/docs/topics/multiplatform/multiplatform-compatibility-guide.md b/docs/topics/multiplatform/multiplatform-compatibility-guide.md index 384cbd062b0..d90a6754b69 100644 --- a/docs/topics/multiplatform/multiplatform-compatibility-guide.md +++ b/docs/topics/multiplatform/multiplatform-compatibility-guide.md @@ -761,7 +761,8 @@ the Kotlin Gradle plugin, making it easier to use and maintain the resulting bui Here's the planned deprecation cycle: * 1.9.20: introduce a deprecation warning when multiple similar targets are used in Kotlin Multiplatform projects -* 2.0: report an error in such cases, causing the build to fail +* 2.1.0: report an error in such cases, except for Kotlin/JS targets; to learn more about this exception, see the issue in [YouTrack](https://youtrack.jetbrains.com/issue/KT-47038/KJS-MPP-Split-JS-target-into-JsBrowser-and-JsNode) + ## Deprecated jvmWithJava preset