Please note that Kotlin methods are not available ...
# kotlin-native
s
Please note that Kotlin methods are not available by default through Objective-C virtual dispatch, i.e. have no selectors attached. Some Kotlin methods can be exposed by adding
@ObjCAction
annotation to the method. Your method seems to be suitable for this.