Do I need to specify a .def file or can I just spe...
# kotlin-native
a
Do I need to specify a .def file or can I just specify the headers and package name directly on the
DefaultCInteropSettings
DSL? I’m looking at the cocoapods plugin implementation as reference, there’s a lot of faffing about to do for the .def file. I’m just wondering if there’s a simpler way as the package name and headers can seemingly be passed here, but I don’t think the passed headers have any effect.
plus1 1