Skip to content

Commit 9e76785

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ Find the module that uses the processor you want to migrate. In the module's `bu
8383
dependencies {
8484
implementation("com.google.dagger:dagger:2.48")
8585
// kapt("com.google.dagger:dagger-compiler:2.48")
86-
ksp("com.google.dagger:dagger-compiler:2.48") // KSP processor dependency
86+
// KSP processor dependency:
87+
ksp("com.google.dagger:dagger-compiler:2.48")
8788
}
8889
```
8990

0 commit comments

Comments
 (0)