Hi! I am using Kotlin/Native to develop multiplatform projects including iOS through appcode. I was wondering how do you use storyboard to have connection outlets to Kotlin files? With XCode and Swift, we can just use control+drag thingy. But, XCode does not do that for Kotlin files. Yet, the default project by appcode for Kotlin/Native for iOS already has outlet connections to Kotlin files. I was wondering how could we add more objects and have outlets for them too. Of course, not using storyboard is an option but that sample project actually does use storyboard!