Update KMM project wizard.

This commit is contained in:
Konstantin Tskhovrebov
2020-10-19 18:02:06 +03:00
parent 47c784f023
commit ea34a588f3
@@ -49,5 +49,6 @@ object MppModuleConfigurator : ModuleConfigurator,
modulePath: Path,
): TaskResult<Unit> = compute {
GradlePlugin.gradleProperties.addValues("kotlin.mpp.enableGranularSourceSetsMetadata" to true)
GradlePlugin.gradleProperties.addValues("kotlin.native.enableDependencyPropagation" to false)
}
}