Create binding for custom swift class

I am having difficulties generating bindings for a custom swift class I created. I want to be able to create custom swift classes, create bindings for those classes and access them via my Kotlin classes.

How can I go about creating those types of bindings?