Kotlin: Add changenote

This commit is contained in:
Anders Fugmann
2026-01-26 13:27:34 +01:00
parent c488086135
commit 73850f1b56

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Kotlin: The Kotlin extractor now registers as the last IR generation extension, ensuring that code generated by other compiler plugins (such as kotlinx.serialization) is correctly captured.