Skip to content

Commit 57fe375

Browse files
Document removal of IrDeserializer.IrLinkerExtension and related classes in API changes (#1430)
* Document removal of IrDeserializer.IrLinkerExtension and related classes in API changes See the commit which removed this: JetBrains/kotlin@c2122db#diff-7083caf53f53703e1d1c65d198007306455dfa5878601b206c35cb2ba6512cfd In general, this incompatibility change should not be triggered anywhere, unless someone tries to call the missing `IrDeserializer.IrLinkerExtension.resolveSymbol` by hand. We do not see any such External Usages * Update reference_guide/api_changes_list_2025.md Co-authored-by: Karol Lewandowski <karol86@gmail.com> * Update reference_guide/api_changes_list_2025.md --------- Co-authored-by: Karol Lewandowski <karol86@gmail.com>
1 parent a916264 commit 57fe375

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference_guide/api_changes_list_2025.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,9 @@ Coroutines running under `Dispatchers.Main` do not hold the write-intent lock
8787

8888
`org.jetbrains.kotlin.KtFakeSourceElement` class renamed to `org.jetbrains.kotlin.KtFakePsiSourceElement`
8989
: Update code usages.
90+
91+
`org.jetbrains.kotlin.ir.linkage.IrDeserializer.IrLinkerExtension` class removed
92+
: This class was removed from the Kotlin compiler and is no longer available.
93+
94+
`org.jetbrains.kotlin.ir.builders.TranslationPluginContext` class removed
95+
: This class was removed from the Kotlin compiler and is no longer available.

0 commit comments

Comments
 (0)