Upgraded to Kotlin 1.9.21
This commit is contained in:
parent
d96b787743
commit
aa47f3d57d
22 changed files with 239 additions and 36 deletions
|
@ -1,7 +1,7 @@
|
|||
## Kotlin Example
|
||||
To compile & run the Kotlin example:
|
||||
|
||||
```text
|
||||
```console
|
||||
./gradlew run --args='https://www.example.com https://is.gd/Pt2sET'
|
||||
```
|
||||
|
||||
|
@ -9,6 +9,6 @@ To compile & run the Kotlin example:
|
|||
|
||||
To compile & run the Java example:
|
||||
|
||||
```text
|
||||
```console
|
||||
./gradlew runJava --args='https://www.example.com https://is.gd/Pt2sET'
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue