How do I translate this into kotlin dsl?
task runApp(type: JavaExec) { ... debugOptions { enabled = true port = 5566 server = true su