Running into this compilation error with our Kotli...
# eap
a
Running into this compilation error with our Kotlin JS project with 1.8.0-Beta (works fine in 1.7.21) Not sure if there’s a way to log exactly which class is failing to generate a TS definition… https://pastebin.com/FpDaAuus
a
@Ivan Kubyshkin [JetBrains] can you please take a look?
@ankushg Do you use
-Xpartial-linkage
option? Can you upload your project? https://uploads.jetbrains.com/
a
@Ivan Kubyshkin [JetBrains] We don’t use the
-Xpartial-linkage
flag anywhere, but that stacktrace does look extremely similar
i
Can you attach a link to your project?
a
Upload id: 2022_11_29_w1KUgveny6yUgexhRQMqhH
Please let me know if there’s anything else I can do to help here!
a
Nice, thanks! Is this something that should be fixed in 1.8.0, or something that we should work around by avoiding subclassing
Throwable
?
i
It will be fixed