Skip to content

Commit 9c84d87

Browse files
author
Carolina Silva Rode
committed
fix: Sarah review
1 parent 64c632b commit 9c84d87

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/topics/ksp/ksp-kapt-migration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[//]: # (title: Migrate from kapt to KSP)
2-
[//]: # (description: Guide on how to migrate processors from kapt to KSP.)
2+
[//]: # (description: Guide on how to migrate annotation processors from kapt to KSP.)
3+
4+
In this guide you will learn how to migrate your annotation processors from [kapt](kapt.md) to [KSP](ksp-overview.md).
35

46
[Kapt](kapt.md) (Kotlin Annotation Processing Tool) lets you use Java annotation processors in Kotlin.
57
It works by translating Kotlin source code into Java "stubs" and then running

0 commit comments

Comments
 (0)