Moved from Gradle to bld
This commit is contained in:
parent
b7aee90edd
commit
d326f5c6dd
83 changed files with 905 additions and 907 deletions
18
examples/bld/README.md
Normal file
18
examples/bld/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
## Kotlin Example
|
||||
To compile & run the Kotlin example:
|
||||
|
||||
```text
|
||||
./bld compile
|
||||
|
||||
./bld run --args='https://www.example.com https://is.gd/Pt2sET'
|
||||
```
|
||||
|
||||
## Java Example
|
||||
To compile & run the Java example:
|
||||
|
||||
```text
|
||||
./bld compile
|
||||
|
||||
./bld run-java --args='https://www.example.com https://is.gd/Pt2sET'
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue