readingtime/examples/gradle/README.md

210 B

Kotlin Example

To compile & run the Kotlin example:

./gradlew run --args="example.html"

Java Example

To compile & run the Java example:

./gradlew runJava --args="example.html"