Using GUI designer with Kotlin
已回答
Is it possible to bind IntelliJ Form to a kotlin class? I created a simple dialog in GUI Designer and converted the generated java file to kotlin. Fields are not being initialized anymore.
请先登录再写评论。
This is not possible yet, see https://youtrack.jetbrains.com/issue/KT-6660
Thank you! (Probably could be marked as answered, not sure what's the forum's policy on that)