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: picocli-codegen/README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ Add an execution of the `kapt` goal from `kotlin-maven-plugin` before `compile`:
158
158
</plugin>
159
159
```
160
160
161
-
JetBrains' https://github.com/JetBrains/kotlin-examples/tree/master/maven/dagger-maven-example[Kotlin Examples repository] has a complete example complete sample project showing the use of Kotlin, Maven and Dagger.
161
+
JetBrains' https://github.com/JetBrains/kotlin/tree/master/libraries/tools/kotlin-maven-plugin-test/src/it/test-dagger-maven-example[Kotlin repository] has a complete sample project showing the use of Kotlin, Maven and Dagger.
162
162
163
163
==== Kotlin Projects Using Gradle
164
164
Kotlin projects should add the `kotlin-kapt` plugin to enable the Kotlin Annotation processing tool (kapt),
0 commit comments