Skip to content

Commit

Permalink
Added source locations
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Nov 4, 2023
1 parent 30356f3 commit 88a1103
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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/).

0 comments on commit 88a1103

Please sign in to comment.