From 2dba4286f8398c25ef52801a7ad473e1aa242d22 Mon Sep 17 00:00:00 2001 From: Sarah Haggarty Date: Mon, 11 Nov 2024 14:27:41 +0100 Subject: [PATCH] chore: KMP compat. guide update duplicate targets --- docs/topics/multiplatform/multiplatform-compatibility-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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