From 88a11036db7a8e37d5f19d9cd236b1489582391d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 4 Nov 2023 03:10:13 -0700 Subject: [PATCH] Added source locations --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d27f63..8a8b01c 100644 --- a/README.md +++ b/README.md @@ -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/).