diff options
Diffstat (limited to 'integration-tests/gradle')
-rw-r--r-- | integration-tests/gradle/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/integration-tests/gradle/README.md b/integration-tests/gradle/README.md new file mode 100644 index 00000000..45828092 --- /dev/null +++ b/integration-tests/gradle/README.md @@ -0,0 +1,7 @@ +### Note +All Gradle projects inside the `project` subfolder can +also be imported to the IDE by clicking on the corresponding +build.gradle.kts file -> "import gradle project". + +Before importing: Make sure that you have dokka installed +locally (`./gradlew publishToMavenLocal`). |