it's not clear how to use `@ObjCMethod` - `@ObjCMe...
# kotlin-native
k
it's not clear how to use
@ObjCMethod
-
@ObjCMethod external override fun viewDidLoad() {
. the generated bindings don't seem to pass any args to that annotation.
this seems to crash konan
s
What do you mean?
@ObjCMethod external
is not supposed to used in source code.
k
yeah I figured that out shortly after. when using Ctrl + O to generate an override, the
external
keyword is included, which generates an error about the above attribute, which I then added.
neither should be used