Skip to content

Commit

Permalink
Deploying to gh-pages - 17:44:08
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Apr 26, 2024
1 parent f98dce7 commit efd1626
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions snapshot/guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,18 @@ <h1 id="quickStart"><a class="anchor" href="#quickStart"></a>3 Quick Start</h1>
</div>
</div></p>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
For Kotlin, add the <code>micronaut-serde-processor</code> dependency in <a href="https://docs.micronaut.io/4.4.3/guide/#kaptOrKsp">kapt or ksp scope</a>, and for Groovy add <code>micronaut-serde-processor</code> in compileOnly scope.
</td>
</tr>
</table>
</div>
<div class="paragraph">
<p>You should then choose a combination of Annotation-based programming model and runtime implementation that you desire.</p>
</div>
Expand Down

0 comments on commit efd1626

Please sign in to comment.