From c3eeb211bc51e19e1dc76c2fad4993bcf4999f5d Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Fri, 10 Jul 2020 10:56:50 +0200 Subject: Implement `AbstractDokkaTask` to suport DokkaMultimoduleTask --- integration-tests/gradle/projects/it-multimodule-0/gradle.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 integration-tests/gradle/projects/it-multimodule-0/gradle.properties (limited to 'integration-tests/gradle/projects/it-multimodule-0/gradle.properties') diff --git a/integration-tests/gradle/projects/it-multimodule-0/gradle.properties b/integration-tests/gradle/projects/it-multimodule-0/gradle.properties new file mode 100644 index 00000000..7ebac3ad --- /dev/null +++ b/integration-tests/gradle/projects/it-multimodule-0/gradle.properties @@ -0,0 +1 @@ +dokka_it_kotlin_version=1.3.72 -- cgit