maybe try specifying a `headerFilter` in the .def ...
# kotlin-native
p
maybe try specifying a
headerFilter
in the .def file to only include headers with functions you'll actually use
e
I tried adding
headerFilter = dokan.h fileinfo.h public.h
but it just generates an empty file.
p
That could be an issue with path of the headers. If they're in
dokan
directory, you may need to type
dokan/dokan.h
etc. Depending on the
includeDirs
you have in your gradle file.