msink
libui
typedef struct uiArea uiArea;
typealias uiArea = CPointed
klib contents ...
Dominaezzz
import cnames.structs.uiArea
dmitriy.dolovov
s it known regression in cinterop?
libui have opaque pointers, say typedef struct uiArea uiArea;
Previously it was impored as typealias uiArea = CPointed
And now (in 1.4.0-rc) it is just missed in output of klib contents ..., and so not available by Ctrl-B in IDEA, and inspection by F2 complains “Cannot resolve symbol ‘uiArea’”
What was Kotlin version when it had different behavior?
A modern programming language that makes developers happier.