Didier Villevalois
08/16/2021, 12:58 PMzeromq.js
with
implementation(npm("zeromq", "6.0.0-beta.6", generateExternals = true))
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:
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?Pitel
08/16/2021, 1:08 PMandylamax
08/16/2021, 1:34 PMturansky
08/16/2021, 1:43 PMturansky
08/16/2021, 3:05 PMBuffer
declared hereDidier Villevalois
08/16/2021, 3:06 PM