1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00
This commit is contained in:
Cedric Beust 2016-08-02 20:53:07 -07:00
parent 9a53a4b34d
commit 75fbaa4538

View file

@ -476,7 +476,7 @@ BUILD SUCCESSFUL (0 seconds)
You can then add this repository to the list of repositories that Kobalt should use when looking up
by calling the <code>localMaven()</code> directive:
</p>
<pre class="brush:scala">
<pre class="brush:java">
// Build.kt
val r = repos(localMaven())</pre>