1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 12:07:10 -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>
<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
might be relaxed in the future.
<code>src/main/java</code> and <code>.kt</code> in <code>src/main/kotlin</code>).
</p>
<h3 class="section" id="tasks" indent="1">Tasks</h3>