[K/N][samples] Properly disable HMPP for ^KT-50547

Properties file inside subproject isn't read. Moved to root
Fixup to 8d0b511e95
This commit is contained in:
Pavel Punegov
2022-01-19 17:25:16 +03:00
committed by Space
parent b3fba1faad
commit 816acaadc3
2 changed files with 4 additions and 5 deletions
@@ -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
+4 -1
View File
@@ -15,4 +15,7 @@ kotlin_version=1.6.0
kotlin.native.home=../../dist
# Increase memory for in-process compiler execution.
org.gradle.jvmargs=-Xmx3g
org.gradle.jvmargs=-Xmx3g
# Disable HMPP with metadata until KT-50547 is not fixed
kotlin.mpp.hierarchicalStructureSupport=false