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 f22979e commit 7ef8316Copy full SHA for 7ef8316
dokka-integration-tests/gradle/README.md
@@ -19,3 +19,9 @@ In order to update:
19
* Go to `$pathToProjectInDokka`, `git fetch && git checkout $revisionNumber`
20
- Prior to that, ensure that you have your git submodules initialized
21
* Ensure that the corresponding `GradleIntegrationTest` passes locally and push
22
+
23
24
+### Run integration tests with K2 (symbols)
25
26
+To run integration tests with K2, the property `org.jetbrains.dokka.experimental.tryK2` should be set to `true`.
27
+By default, the task `integrationTest` is run with K1 (descriptors).
0 commit comments