mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
Update location of Build.kt.
This commit is contained in:
parent
b4f35b8002
commit
67e633810e
5 changed files with 8 additions and 50 deletions
|
@ -94,7 +94,7 @@
|
|||
</p>
|
||||
<h3 class="section" indent="1" id="sync-build-file">Synchronization of build files</h3>
|
||||
<p>
|
||||
The plug-in will find your `Build.kt` file and it will automatically update your project's libraries and
|
||||
The plug-in will locate your <code>kobalt/src/Build.kt</code> file and automatically update your project's libraries and
|
||||
dependencies to reflect it. For example, suppose you have the following dependencies:
|
||||
</p>
|
||||
<pre class="brush:java">
|
||||
|
@ -148,8 +148,8 @@ dependencies {
|
|||
|
||||
<h3 class="section" indent="1" id="autocompletion">Auto completion of Build.kt</h3>
|
||||
<p>
|
||||
The plug-in will automatically turn on auto-completion of your <code>Build.kt</code>
|
||||
file if it's located in the <code>kobalt/src</code> directory. Once this is
|
||||
The plug-in will automatically turn on auto-completion of your <code>kobalt/src/Build.kt</code>
|
||||
file. Once this is
|
||||
enabled, you can use everything you use on Kotlin files (auto completion, jump
|
||||
to symbols, even refactorings).
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue