Closed DennisTsar closed 2 months ago
This likely requires an upstream fix for metadata for klib.
Any timeline for this bug fix?
The dependent upstream issue is targeting Kotlin 2.1, we will likely have to wait until then.
This bug still exists with 2.1.0-Beta1-1.0.25 (Kotlin 2.1.0-Beta1). Any link to the upstream ticket/fix?
Calling
KSAnnotation.arguments
for an annotation with arguments fails with KSP2 on non-Jvm targets with the following error:Repro: https://github.com/DennisTsar/ksp/commit/8449e19b446404b31736be325ea65322510d453c This seems similar to #1798 , but does not involve Java in any way.