Kotlin JS - annotations processor

All right, thanks a lot.

Another question related to annotation processing, is there a way to get any information regarding a variable type nullability ? For another project I am manipulating an ExecutableElement, and I’d like to know for each of its parameters and return type if I should consider it as nullable or not, i.e. I would like to differentiate between a String parameter coming from java (always nullable) or a String parameter coming from Kotlin (not nullable by default).
Maybe you added some metadata somewhere to have this kind of information ? I can start a new thread if you think it’s preferable.

Thanks