but I get some problems with the generated KT sources.
Apart from some problems with some type parameters,
Buffer
(a node class) seems to not being correctly linked to Node declarations. Namely, I get a:
Copy code
Unresolved reference: Buffer
Is there something I am not doing right? Or is there a workaround for this, or a simple PR that I could contribute to Dukat?
p
Pitel
08/16/2021, 1:08 PM
Not exactly answering your question, but from my experience, Dukat mostly does not work with libraries I tried it with. It either outright crashes, or it produces unbildable code. So I've resulted to writing my own wrapper just with the things I need, or if the library is large enough, search for existing wrappers.
I've said it in multiple K survery, but IMO Dukat should get much higher development priority.
👆 3
a
andylamax
08/16/2021, 1:34 PM
Dukat development has been paused currently. JB have been focusing on making the new JS/IR compiler stable. Maybe Dukat will be prioritized afterwards
Thanks everyone for your answers. I'll manually adapt the external declarations. I would have preferred not to, in order to maximize maintainability, but well...