Can I use kotlin class to bind with UI element fro...
# intellij-plugins
k
Can I use kotlin class to bind with UI element from uidesigner form? I declared as
lateinit var button: JButton
but properties was never instantiated.