Moved from Gradle to bld
This commit is contained in:
parent
22c5d30ace
commit
e99fad47c7
89 changed files with 1087 additions and 907 deletions
14
examples/gradle/README.md
Normal file
14
examples/gradle/README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
## Kotlin Example
|
||||
To compile & run the Kotlin example:
|
||||
|
||||
```text
|
||||
./gradlew run --args="example.html"
|
||||
```
|
||||
|
||||
## Java Example
|
||||
|
||||
To compile & run the Java example:
|
||||
|
||||
```text
|
||||
./gradlew runJava --args="example.html"
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue