New Multiplatform lib that uses KSP.
However, since JS/IR is not properly supported by KSP, we needed to recommend a smelly workaround (process only JVM sources and use generated files on all targets).
KSP of multiplatform is amazing! I hope we can get rid of this workaround soon 😉
👍 2
j
Jiaxiang
11/16/2021, 11:01 PM
we just released 1.6.0-1.0.1 with support of 1.6.0 kotlin compiler, which contains support for JS/IR, hope that helps 🙂
s
salomonbrys
11/17/2021, 12:25 PM
Nope. Still not working on JS/IR.
It seems that the processor cannot find annotated symbols only on JS/IR (it works on every other targets).
I’ve contacted you on that matter.