Skip to content

Commit

Permalink
update: update whatsnew19.md wording
Browse files Browse the repository at this point in the history
  • Loading branch information
koshachy authored Aug 3, 2023
1 parent f8fb1a4 commit 50ea132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/whatsnew19.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,9 @@ support for ES6:
### Removal of the old Kotlin/JS compiler
In Kotlin 1.8.0, we [announced](whatsnew18.md#stable-js-ir-compiler-backend) that the IR-based backend became [Stable](components-stability.md).
Since then not specifying the compiler started to be an error, and using the old compiler lead to warnings.
Since then, not specifying the compiler has become an error, and using the old compiler leads to warnings.
In Kotlin 1.9.0 using the old backend is an error. Please migrate to the IR compiler with the help of our [migration guide](js-ir-migration.md).
In Kotlin 1.9.0, using the old backend results in an error. Please migrate to the IR compiler by following our [migration guide](js-ir-migration.md).
### Deprecation of the Kotlin/JS Gradle plugin
Expand Down Expand Up @@ -1235,4 +1235,4 @@ If the repository is not specified, Gradle uses the sunset JCenter repository, w
Kotlin 1.9.0 is a [feature release](kotlin-evolution.md#feature-releases-and-incremental-releases) and can, therefore,
bring changes that are incompatible with your code written for earlier versions of the language. Find the detailed list
of these changes in the [Compatibility guide for Kotlin 1.9.0](compatibility-guide-19.md).
of these changes in the [Compatibility guide for Kotlin 1.9.0](compatibility-guide-19.md).

0 comments on commit 50ea132

Please sign in to comment.