You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/compiler-plugins.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ The Kotlin team maintains the following compiler plugins:
11
11
|[All-open](all-open-plugin.md)| Automatically makes annotated classes and their members `open` so frameworks can extend them at runtime. |
12
12
|[AtomicFU](https://github.com/Kotlin/kotlinx-atomicfu)| Transforms atomic operations into efficient, platform-specific implementations for lock-free concurrency. |
13
13
|[DataFrame](https://kotlin.github.io/dataframe/compiler-plugin.html)| Generates typed APIs that let you work with a [`DataFrame`](https://kotlin.github.io/dataframe/home.html) in a safe, Kotlin-friendly way. |
14
-
|[`jvm-abi-gen`](https://github.com/JetBrains/kotlin/tree/master/plugins/jvm-abi-gen)| Generates dump files of the JVM ABI. |
|[`js-plain-objects`](https://github.com/JetBrains/kotlin/tree/master/plugins/js-plain-objects)| Exposes Kotlin classes as plain JavaScript objects to improve interop with JS tooling and libraries. |
16
-
|[kapt](kapt.md)| Runs Java annotation processors on Kotlin code and generates additional source files. |
16
+
|[kapt](kapt.md)| Runs Java annotation processors on Kotlin code and generates additional source files. |
17
17
|[Lombok](lombok.md)| Enables Kotlin code to understand and use code generated by Lombok annotations in Java sources. |
18
18
|[`no-arg`](no-arg-plugin.md)| Generates no-argument constructors for annotated classes to support frameworks that require them. |
19
19
|[Power-assert](power-assert.md)| Enhances assertion failures by showing detailed values for each part of an expression. |
0 commit comments