[kotlin] Prolong K2 feedback gathering until 1 April 2025

KTIJ-32186


(cherry picked from commit 116b4e00846f5dad2e5b83a32a6a26f8abd65ab1)

IJ-CR-149538

GitOrigin-RevId: 063f673c8d449869910c0882f74991391a456a77
This commit is contained in:
Victoria.Petrakovich
2024-11-15 18:23:19 +01:00
committed by intellij-monorepo-bot
parent a8934ab22b
commit d7c20abaf2

View File

@@ -16,7 +16,7 @@ import org.jetbrains.kotlin.onboarding.FeedbackNotificationWithKotlinLogo
class K2FeedbackSurveyConfig : InIdeFeedbackSurveyConfig {
override val surveyId: String = "k2_feedback"
override val lastDayOfFeedbackCollection: LocalDate = LocalDate(2024, 11, 1)
override val lastDayOfFeedbackCollection: LocalDate = LocalDate(2025, 4, 1)
override val requireIdeEAP: Boolean = false
private val suitableIdeVersion: String = Registry.stringValue("k2.feedback.survey.ide.version.number")