Enable new experimental project wizard by default

This commit is contained in:
Ilya Kirillov
2020-04-10 15:56:12 +03:00
parent e5cc244b36
commit 0e199ae94c
@@ -29,7 +29,7 @@ object ExperimentalFeatures {
val NewWizard = object : RegistryExperimentalFeature(
title = KotlinBundle.message("configuration.feature.text.new.experimental.project.wizard"),
registryKey = "kotlin.experimental.project.wizard",
enabledByDefault = false
enabledByDefault = true
) {
override fun shouldBeShown(): Boolean {
val platformVersion = PlatformVersion.getCurrent() ?: return true