Moved from Gradle to bld

This commit is contained in:
Erik C. Thauvin 2023-11-11 21:26:13 -08:00
parent 886ed86479
commit f8cf0fd338
321 changed files with 12452 additions and 1492 deletions

15
examples/gradle/README.md Normal file
View 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'
```