akismet-kotlin/examples/gradle/README.md

14 lines
196 B
Markdown

## Kotlin Example
To compile & run the Kotlin example:
```text
./gradlew run --args=API_KEY
```
## Java Example
To compile & run the Java example:
```text
./gradlew runJava --args=API_KEY
```