Moved from Gradle to bld
This commit is contained in:
parent
886ed86479
commit
f8cf0fd338
321 changed files with 12452 additions and 1492 deletions
15
examples/gradle/README.md
Normal file
15
examples/gradle/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Kotlin Example
|
||||
To compile & run the Kotlin example:
|
||||
|
||||
```text
|
||||
./gradlew run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
|
||||
./gradlew runRetrieve
|
||||
```
|
||||
|
||||
## Java Example
|
||||
|
||||
To compile & run the Java example:
|
||||
|
||||
```text
|
||||
./gradlew runJava --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue