ok finally got around to testing publishing a ksp processor with js support. It seems to work fine if the consuming project uses
js(LEGACY)
but it fails to run when it uses
js(IR)
. 🤔
t
Ting-Yuan Huang
07/14/2021, 9:45 PM
Corresponding changes for js(IR) hasn't been merged into upstream yet: https://github.com/JetBrains/kotlin/pull/4264
I'll update the patch and ping reviewers, and try to get it landed before js(IR) becomes default.