I'm attempting to try out (experimental) Typescrip...
# javascript
j
I'm attempting to try out (experimental) Typescript annotations using the following compiler flags that I added to my gradle:
Copy code
-Xir-produce-js
-Xgenerate-dts
However, the compiler can't find the JsName JsExport annotation when I try to use it. I'm using Kolin 1.3.60. Am I missing something?
s
Hi! 1.3.60 doesn't have these options yet. They first appeared in 1.3.70-eap.
In 1.3.60 they would be ignored with a warning. Haven't seen a situation when compiler can't find the JsName. Maybe we could help you if you provide more info like full error message or buildscript snippet.
j
Sorry, I meant JsExport (updated original comment).
I will retry using 1.3.60-eap. Thank you.
s
I will retry using 1.3.60-eap.
its 1.3.70-eap 🙂
👍 1
😅 1
j
Ended up working, thanks
Is this feature slated for 1.4?