Upgraded to Kotlin 1.9.21

This commit is contained in:
Erik C. Thauvin 2023-11-23 17:45:41 -08:00
parent 21b4af20d4
commit 1e016de5fb
10 changed files with 33 additions and 627 deletions

View file

@ -1,7 +1,7 @@
## Kotlin Example
To compile & run the Kotlin example:
```text
```console
./gradlew run
./gradlew run --args="btc"
./gradlew run --args="eth eur"
@ -11,7 +11,7 @@ To compile & run the Kotlin example:
To compile & run the Java example:
```text
```console
./gradlew runJava
./gradlew runJava --args="btc"
./gradlew runJava --args="eth eur"