Skip to content

Commit 258b52b

Browse files
committed
adjust jvm-abi-gen text
1 parent 87eeddc commit 258b52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/compiler-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The Kotlin team maintains the following compiler plugins:
1111
| [All-open](all-open-plugin.md) | Automatically makes annotated classes and their members `open` so frameworks can extend them at runtime. |
1212
| [AtomicFU](https://github.com/Kotlin/kotlinx-atomicfu) | Transforms atomic operations into efficient, platform-specific implementations for lock-free concurrency. |
1313
| [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. |
14+
| [`jvm-abi-gen`](https://github.com/JetBrains/kotlin/tree/master/plugins/jvm-abi-gen) | Generates Application Binary Interface (ABI) JARs. |
1515
| [`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. |
1717
| [Lombok](lombok.md) | Enables Kotlin code to understand and use code generated by Lombok annotations in Java sources. |
1818
| [`no-arg`](no-arg-plugin.md) | Generates no-argument constructors for annotated classes to support frameworks that require them. |
1919
| [Power-assert](power-assert.md) | Enhances assertion failures by showing detailed values for each part of an expression. |

0 commit comments

Comments
 (0)