I want to generate kotlin definitions for mobx npm package. For this purpose I use Dukat. It's completely generate all interfaces, but ignores all declared constants and functions.
For example:
Generated file content
Original file content
How I can force it to generate this for me?