Enable new experimental project wizard by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user