mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
kotlin.md: use upsource:// link (IJSDK-77)
This commit is contained in:
parent
71467a655a
commit
b6f5415036
@ -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](https://github.com/JetBrains/intellij-community/blob/master/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 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).
|
||||
|
||||
## 5. Handling Kotlin code
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user