From 11a80c62d09d89803016c0feb3f41678bff41cfd Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Thu, 2 Jul 2020 11:12:49 +0200 Subject: Add basic multiplatform gradle integration test --- integration-tests/gradle/projects/it-multiplatform-0/gradle.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 integration-tests/gradle/projects/it-multiplatform-0/gradle.properties (limited to 'integration-tests/gradle/projects/it-multiplatform-0/gradle.properties') diff --git a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties new file mode 100644 index 00000000..7ebac3ad --- /dev/null +++ b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties @@ -0,0 +1 @@ +dokka_it_kotlin_version=1.3.72 -- cgit