From 02b8b0b47b6bfa90592a3ae53d9d2860920c29d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 2 Jul 2024 14:54:31 +0200 Subject: [PATCH] kotlin_ui_dsl.md: mark deprecated --- topics/user_interface_components/kotlin_ui_dsl.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/user_interface_components/kotlin_ui_dsl.md b/topics/user_interface_components/kotlin_ui_dsl.md index f29a2e9d2..997fda1e9 100644 --- a/topics/user_interface_components/kotlin_ui_dsl.md +++ b/topics/user_interface_components/kotlin_ui_dsl.md @@ -1,6 +1,7 @@ # Kotlin UI DSL Version 1 + Kotlin DSL for creating UI forms with input components bound to state object. @@ -10,7 +11,7 @@ -> If you're targeting IntelliJ Platform 2021.3 and later only, please use [](kotlin_ui_dsl_version_2.md). +> When targeting IntelliJ Platform 2021.3 and later only use [](kotlin_ui_dsl_version_2.md). > > **The version documented on this page is deprecated and will be removed in future platform releases.** >