Skip to content

Commit

Permalink
chore: update K2 plugin support in whatsnew-eap
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty committed Feb 1, 2024
1 parent 2e5d632 commit bf4c9f8
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/topics/whatsnew-eap.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,22 @@ If you encounter any of the problems mentioned above, you can take the following

### Compiler plugins support

Currently, the Kotlin K2 compiler supports the following plugins:
Currently, the Kotlin K2 compiler supports the following Kotlin compiler plugins:

* [kapt](whatsnew1920.md#preview-kapt-compiler-plugin-with-k2)
* [serialization](serialization.md)
* [`all-open`](all-open-plugin.md)
* [`no-arg`](no-arg-plugin.md)
* [SAM with receiver](sam-with-receiver-plugin.md)
* [Lombok](lombok.md)
* [AtomicFU](https://github.com/Kotlin/kotlinx-atomicfu)
* [Jetpack Compose compiler plugin](https://developer.android.com/jetpack/compose)
* [Kotlin Symbol Processing (KSP) plugin](ksp-overview.md)
* [`jvm-abi-gen`](https://github.com/JetBrains/kotlin/tree/master/plugins/jvm-abi-gen)
* [kapt](whatsnew1920.md#preview-kapt-compiler-plugin-with-k2)
* [Lombok](lombok.md)
* [`no-arg`](no-arg-plugin.md)
* [Parcelize](https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.parcelize)
* [SAM with receiver](sam-with-receiver-plugin.md)
* [serialization](serialization.md)

In addition, the Kotlin K2 compiler supports:
* the [Jetpack Compose](https://developer.android.com/jetpack/compose) 1.5.0 compiler plugin and later versions.
* the [Kotlin Symbol Processing (KSP) plugin](ksp-overview.md)
since [KSP2](https://android-developers.googleblog.com/2023/12/ksp2-preview-kotlin-k2-standalone.html).

> If you use any additional compiler plugins, check their documentation to see if they are compatible with K2.
>
Expand Down

0 comments on commit bf4c9f8

Please sign in to comment.