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-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 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: by calling the <code>localMaven()</code> directive:
</p> </p>
<pre class="brush:scala"> <pre class="brush:java">
// Build.kt // Build.kt
val r = repos(localMaven())</pre> val r = repos(localMaven())</pre>