I think it would be very useful if it were adapted to Kotlin DSL. For example: ```kotlin val panel = mig { component { component = JButton("Click me!") wrap = true dock = MigDock.north ... } } ```