Moved from Gradle to bld
This commit is contained in:
parent
5ec9020a9d
commit
da5aea6b26
68 changed files with 1520 additions and 792 deletions
22
examples/bld/README.md
Normal file
22
examples/bld/README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
## Kotlin Example
|
||||
To compile & run the Kotlin example:
|
||||
|
||||
```text
|
||||
./bld compile
|
||||
|
||||
./bld run
|
||||
./bld run --args="btc"
|
||||
./bld run --args="eth eur"
|
||||
```
|
||||
|
||||
## Java Example
|
||||
|
||||
To compile & run the Java example:
|
||||
|
||||
```text
|
||||
./bld compile
|
||||
|
||||
./bld run-java
|
||||
./bld run-java --args="btc"
|
||||
./bld run-java --args="eth eur"
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue