aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2019-09-09 18:01:50 +0200
committerKamil Doległo <kamilok1965@interia.pl>2019-09-09 18:01:50 +0200
commit9095656c27fb1095d99c3f9ff72c44f9265b9996 (patch)
treec8bd4acfb0812779595f0f32bc0194fe10f16086
parentdb33337316392f3aacf16943369fbbe1af2f117d (diff)
downloaddokka-9095656c27fb1095d99c3f9ff72c44f9265b9996.tar.gz
dokka-9095656c27fb1095d99c3f9ff72c44f9265b9996.tar.bz2
dokka-9095656c27fb1095d99c3f9ff72c44f9265b9996.zip
Fix the test
-rw-r--r--runners/gradle-integration-tests/testData/multiplatformProject/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/runners/gradle-integration-tests/testData/multiplatformProject/build.gradle b/runners/gradle-integration-tests/testData/multiplatformProject/build.gradle
index be7ae999..b5454c55 100644
--- a/runners/gradle-integration-tests/testData/multiplatformProject/build.gradle
+++ b/runners/gradle-integration-tests/testData/multiplatformProject/build.gradle
@@ -41,6 +41,10 @@ kotlin {
}
}
+dependencies {
+ dokkaRuntime files(dokka_fatjar)
+}
+
apply plugin: 'org.jetbrains.dokka'
dokka {