From 782053c6cfd58fe34f89960bde8d4167cd9af8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 13 Jun 2024 13:55:01 +0200 Subject: [PATCH] kotlin_ui_dsl.md: minor --- topics/user_interface_components/kotlin_ui_dsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/user_interface_components/kotlin_ui_dsl.md b/topics/user_interface_components/kotlin_ui_dsl.md index 603ee106d..f29a2e9d2 100644 --- a/topics/user_interface_components/kotlin_ui_dsl.md +++ b/topics/user_interface_components/kotlin_ui_dsl.md @@ -16,7 +16,7 @@ > > Please note [breaking changes](api_changes_list.md) can occur for this API between major releases. > -{style="warning"} +{style="warning" title="Kotlin UI SDL Version 1 vs 2"} Kotlin UI DSL allows creating UI forms with input components bound to state objects. The forms are built by using a declarative Kotlin syntax.