Hi everyone,
Some days ago I've found this issue with Kotlin/JS https://kotlinlang.slack.com/archives/C0B8L3U69/p1635017816059300
I've used Slack, StackOverflow, reddit and attempted to reach Sebastian Aigner on twitter to see how may I workaround the issue with no luck finding any solutions: Now, where can I file a bug/feature request?
h
hfhbd
10/30/2021, 4:34 PM
"Just" generate the definitions with
dukat
, copy them and fix the
init
problems, then deactivate the auto-generation... Often the generated definitions are very weird.
m
Miquel Àngel Román
10/30/2021, 5:35 PM
The problem is that Dukat's generation don't compile due to dupplicated attributes...
Miquel Àngel Román
10/30/2021, 5:36 PM
I'm looking for somewhere to file a bug and/or provide a pull-request with a fix
t
turansky
10/30/2021, 9:53 PM
Local solution required for start.
In some cases manual conversion is preferred.
e
ephemient
10/31/2021, 9:13 PM
if none of the existing code generators work then you need to write your own or convert it by hand