1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 20:07:11 -07:00

Plug-in development.

This commit is contained in:
Cedric Beust 2015-10-08 18:34:18 -07:00
parent 49c6fcb8a7
commit 28682f4e4b
14 changed files with 505 additions and 134 deletions

View file

@ -53,7 +53,7 @@
<!-- Main content -->
<div class="col-md-9">
<h2 class="section" id="overview">Java and Kotlin</h2>
<h2 class="section" id="java-kotlin">Java and Kotlin</h2>
<p>
The Java and Kotlin plug-ins are extremely similar, the only difference is that you configure a Java project with the <code>javaProject</code> directive and a Kotlin project with <code>kotlinProject</code>: