diff --git a/kotlin-native/samples/echoServer/gradle.properties b/kotlin-native/samples/echoServer/gradle.properties index 64c0426241f..790a07d5124 100644 --- a/kotlin-native/samples/echoServer/gradle.properties +++ b/kotlin-native/samples/echoServer/gradle.properties @@ -1,6 +1,2 @@ kotlin.code.style=official kotlin.import.noCommonSourceSets=true - -# Disable HMPP with metadata until KT-50547 is not fixed -kotlin.mpp.enableGranularSourceSetsMetadata=false -kotlin.mpp.hierarchicalStructureSupport=false \ No newline at end of file diff --git a/kotlin-native/samples/gradle.properties b/kotlin-native/samples/gradle.properties index 3fa394b80ed..9797a2a5ffc 100644 --- a/kotlin-native/samples/gradle.properties +++ b/kotlin-native/samples/gradle.properties @@ -15,4 +15,7 @@ kotlin_version=1.6.0 kotlin.native.home=../../dist # Increase memory for in-process compiler execution. -org.gradle.jvmargs=-Xmx3g \ No newline at end of file +org.gradle.jvmargs=-Xmx3g + +# Disable HMPP with metadata until KT-50547 is not fixed +kotlin.mpp.hierarchicalStructureSupport=false \ No newline at end of file