Moved from Gradle to bld
This commit is contained in:
parent
886ed86479
commit
f8cf0fd338
321 changed files with 12452 additions and 1492 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 --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
|
||||
./bld run-retrieve
|
||||
|
||||
```
|
||||
|
||||
## Java Example
|
||||
cd
|
||||
To compile & run the Java example:
|
||||
|
||||
```text
|
||||
./bld compile
|
||||
|
||||
./bld run-java --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue