[Gradle] Enable HMPP by default
Relates to KT-46721
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user