From 73850f1b56f122fd894647360a04a91398187d7a Mon Sep 17 00:00:00 2001 From: Anders Fugmann Date: Mon, 26 Jan 2026 13:27:34 +0100 Subject: [PATCH] Kotlin: Add changenote --- .../lib/change-notes/2026-01-26-kotlin-extractor-load-last.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 java/ql/lib/change-notes/2026-01-26-kotlin-extractor-load-last.md diff --git a/java/ql/lib/change-notes/2026-01-26-kotlin-extractor-load-last.md b/java/ql/lib/change-notes/2026-01-26-kotlin-extractor-load-last.md new file mode 100644 index 00000000000..e6b496073b9 --- /dev/null +++ b/java/ql/lib/change-notes/2026-01-26-kotlin-extractor-load-last.md @@ -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.