Skip to content

Commit 5a3c154

Browse files
committed
kotlin: README for examples
1 parent 37b98c9 commit 5a3c154

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

examples/kotlin/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Kotlin examples
2+
3+
This is a Kotlin gradle project configured to compile and test all examples. Currently tests have only been written for the `authors` example.
4+
5+
To run tests:
6+
7+
```shell script
8+
./gradlew clean test
9+
```
10+
11+
The project can be easily imported into Intellij.
12+
13+
1. Install Java if you don't already have it
14+
1. Download Intellij IDEA Community Edition
15+
1. In the "Welcome" modal, click "Import Project"
16+
1. Open the `build.gradle` file adjacent to this README file
17+
1. Wait for Intellij to sync the gradle modules and complete indexing

0 commit comments

Comments
 (0)