Skip to content

Commit

Permalink
chore: KMP compat. guide update duplicate targets
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty committed Nov 18, 2024
1 parent 94f8864 commit 2dba428
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<anchor name="jvmWithJava-preset-deprecation"/>
## Deprecated jvmWithJava preset
Expand Down

0 comments on commit 2dba428

Please sign in to comment.