Enable new experimental project wizard by default
This commit is contained in:
@@ -29,7 +29,7 @@ object ExperimentalFeatures {
|
|||||||
val NewWizard = object : RegistryExperimentalFeature(
|
val NewWizard = object : RegistryExperimentalFeature(
|
||||||
title = KotlinBundle.message("configuration.feature.text.new.experimental.project.wizard"),
|
title = KotlinBundle.message("configuration.feature.text.new.experimental.project.wizard"),
|
||||||
registryKey = "kotlin.experimental.project.wizard",
|
registryKey = "kotlin.experimental.project.wizard",
|
||||||
enabledByDefault = false
|
enabledByDefault = true
|
||||||
) {
|
) {
|
||||||
override fun shouldBeShown(): Boolean {
|
override fun shouldBeShown(): Boolean {
|
||||||
val platformVersion = PlatformVersion.getCurrent() ?: return true
|
val platformVersion = PlatformVersion.getCurrent() ?: return true
|
||||||
|
|||||||
Reference in New Issue
Block a user