Added source locations
This commit is contained in:
parent
30356f3326
commit
88a11036db
1 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions).
|
||||
|
||||
To compile the Kotlin source code from the current project:
|
||||
To compile the Kotlin source code from the current project located in `src/main/kotlin` and `src/test/kotlin`:
|
||||
|
||||
```java
|
||||
@BuildCommand(summary = "Compile the Kotlin project")
|
||||
|
@ -25,7 +25,6 @@ public void compile() throws IOException {
|
|||
```text
|
||||
./bld compile
|
||||
```
|
||||
- [View Examples Project](https://github.com/rife2/bld-kotlin/tree/main/examples/)
|
||||
|
||||
Please check the [Compile Operation documentation](https://rife2.github.io/bld-kotlin/rife/bld/extension/CompileKotlinOperation.html#method-summary) for all available configuration options.
|
||||
|
||||
You may also want to look at the [example project](https://github.com/rife2/bld-kotlin/tree/main/examples/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue