1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-26 04:17:11 -07:00
This commit is contained in:
Cedric Beust 2016-02-02 23:41:51 +04:00
parent 7d170bfb53
commit afa2b44dcf

View file

@ -99,8 +99,7 @@ val p = javaProject(wrapper) {
} }
}</pre> }</pre>
<p>Note that source files must be in their respective directory (<code>.java</code> in <p>Note that source files must be in their respective directory (<code>.java</code> in
<code>src/main/java</code> and <code>.kt</code> in <code>src/main/kotlin</code>). This restrictions <code>src/main/java</code> and <code>.kt</code> in <code>src/main/kotlin</code>).
might be relaxed in the future.
</p> </p>
<h3 class="section" id="tasks" indent="1">Tasks</h3> <h3 class="section" id="tasks" indent="1">Tasks</h3>