Document internal changes in Kotlin compiler (#1444)

This commit is contained in:
Dmitrii Gridin 2025-03-17 09:19:37 +01:00 committed by GitHub
parent 38e1929fe7
commit 6f2e16097f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,6 +119,9 @@ Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.
`org.jetbrains.kotlin.ir.builders.TranslationPluginContext` class removed
: This class was removed from the Kotlin compiler and is no longer available.
`org.jetbrains.kotlin.analysis.decompiler.stub.file.ClsClassFinder.isKotlinInternalCompiledFile$default(ClsClassFinder, VirtualFile, byte[], int, Object)` method removed
: Recompile code usages.
### Remote Development 2025.1
`com.jetbrains.rd.ide.model.AddToGroupRuleModel` class removed