Skip to content

Commit

Permalink
Kotlin: link to "Kotlin UI DSL"
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed May 13, 2019
1 parent 106fe23 commit 64d0334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ intellij {

## 4. UI in Kotlin

The best way to create user interfaces with Kotlin is to use a type safe DSL for building forms instead of GUI designer. The DSL used in the IntelliJ platform is inside `com.intellij.ui.layout` package. [Documentation](upsource:///platform/platform-impl/src/com/intellij/ui/layout/readme.md).
The best way to create user interfaces with Kotlin is to use a [type safe DSL](/user_interface_components/kotlin_ui_dsl.md) for building forms instead of GUI designer.

## 5. Handling Kotlin code

Expand Down

0 comments on commit 64d0334

Please sign in to comment.