Open amirtoole opened 9 years ago
With new jsInterop specs out for 2.8.0-SNAPSHOT (https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/view?hl=en-GB&forcehl=1) we need support for this.
Is there a quick work-around to pass this as an argument?
I've tried (with no luck): args = '-XjsInteropMode JS_RC'
I'll answer my own question in case anyone else comes across this: Need to wrap this in a specific task. Super Dev example: gwtSuperDev { args '-XjsInteropMode' args 'JS_RC' }
:+1:
With new jsInterop specs out for 2.8.0-SNAPSHOT (https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/view?hl=en-GB&forcehl=1) we need support for this.
Is there a quick work-around to pass this as an argument?
I've tried (with no luck): args = '-XjsInteropMode JS_RC'