I'm converting TS declarations that are generated ...
# javascript
i
I'm converting TS declarations that are generated from a C++ library.. so the naming conventions on the declarations are all way off for Kotlin... now that I've finally got a clean process to convert the entire library, I can't get it to compile... is it possible having @JsName on just about everything is too much for a pretty huge library?
t
Preferred option - avoid
@JsName
at all
i
I will have to try to ignore the bad naming conventions and stuff to use it without them >.<