Merge pull request #21216 from github/andersfugmann/kotlin_extractor_load_last

Kotlin: Load kotlin extractor last
This commit is contained in:
Anders Peter Fugmann
2026-01-28 09:22:46 +01:00
committed by GitHub
2 changed files with 12 additions and 3 deletions

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.