Skip to content

Commit

Permalink
docs: clarify how to add annotation processor dependencies for Kotlin…
Browse files Browse the repository at this point in the history
… and Groovy projects (#830)
  • Loading branch information
wetted authored Apr 26, 2024
1 parent 7934942 commit f26bea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/docs/guide/quickStart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ The first step however is configure the necessary annotation processor dependenc

dependency:micronaut-serde-processor[groupId="io.micronaut.serde",scope="annotationProcessor"]

NOTE: For Kotlin, add the `micronaut-serde-processor` dependency in https://docs.micronaut.io/4.4.3/guide/#kaptOrKsp[kapt or ksp scope], and for Groovy add `micronaut-serde-processor` in compileOnly scope.

You should then choose a combination of Annotation-based programming model and runtime implementation that you desire.

0 comments on commit f26bea5

Please sign in to comment.