kpgalligan
09/21/2021, 3:42 PMtypedef struct
produces a kotlin definition with package cnames.structs
. I don't think it's possible to change the package used, or I can't find a way in the docs. It works OK on linux, but we have a name collision with a darwin platform struct. It doesn't make a lot of sense to me. They have the same name, but when I navigate to the type in the IDE, the darwin platform type has a different package.
In our code, we import `import cnames.structs.JSContext`and that works for target linuxX64
but not for iosX64
(macosX64
, etc).
Any quick thoughts before I start deep diving? Thanks in advance...napperley
09/21/2021, 8:14 PMpackage = pahoMqtt
jw
09/22/2021, 3:20 AMcnames.struct
, not our package.kpgalligan
09/22/2021, 6:59 PM