[Gradle] Enable HMPP by default

Relates to KT-46721
This commit is contained in:
Anton Lakotka
2021-11-15 14:40:06 +01:00
committed by Space
parent 4d3035e2f7
commit 9a2f18581c
@@ -150,7 +150,7 @@ internal class PropertiesProvider private constructor(private val project: Proje
}
val mppHierarchicalStructureByDefault: Boolean
get() = booleanProperty(KOTLIN_MPP_HIERARCHICAL_STRUCTURE_BY_DEFAULT) ?: false
get() = booleanProperty(KOTLIN_MPP_HIERARCHICAL_STRUCTURE_BY_DEFAULT) ?: true
val enableCompatibilityMetadataVariant: Boolean
get() = booleanProperty("kotlin.mpp.enableCompatibilityMetadataVariant") ?: !mppHierarchicalStructureByDefault