We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b98c9 commit 5a3c154Copy full SHA for 5a3c154
examples/kotlin/README.md
@@ -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