From ee8e73012c1a7f86783920181590489d740af839 Mon Sep 17 00:00:00 2001 From: Vadim Mishenev Date: Mon, 26 Sep 2022 16:46:41 +0300 Subject: Extract classpath from `KotlinSharedNativeCompilation` as well (#2664) * Extract classpath from `KotlinSharedNativeCompilation` as well * Enhance mpp integration test * Enable HMPP for old Kotlin in integration test * Add comments --- .../gradle/projects/it-multiplatform-0/gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) (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 index 80612345..87948ac9 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties +++ b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties @@ -1 +1,5 @@ dokka_it_kotlin_version=1.7.10 +#these flags are enabled by default since 1.6.20. +#remove when this test is executed with Kotlin >= 1.6.20 +kotlin.mpp.enableGranularSourceSetsMetadata=true +kotlin.native.enableDependencyPropagation=false \ No newline at end of file -- cgit