mohamed rejeb
05/06/2023, 5:50 PMkotlinx.cinterop.staticCFunction must take an unbound, non-capturing function or lambda, but captures at:
Also using sel_registerName
the crashes when I click the button
button.addTarget(
target = _this_,
action = sel_registerName("action"),
forControlEvents = UIControlEventTouchUpInside
)