Where should we supply suggestions for native libr...
# kotlin-native
j
Where should we supply suggestions for native library bindings? sqlite doesn't appear to be supported even though it is a core library on iOS.
o
Generally, best way is to supply .def files for bindings you’re missing, we could create a repo for that