[K/N][samples] Turn off hmpp and metadata due to ^KT-50547

This commit is contained in:
Pavel Punegov
2022-01-18 13:33:58 +03:00
committed by Space
parent b8af589137
commit 8d0b511e95
@@ -1,2 +1,6 @@
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