diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index fafb856e6..920f4891f 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -319,7 +319,7 @@ Class `org.jetbrains.kotlin.ir.declarations.IrDeclarationOriginImpl` made final ### Rd Framework 2024.1 `com.jetbrains.rd.framework.IMarshaller.DefaultImpls.getId(IMarshaller)` method removed -: Due to RdId becoming a value class, the getId method is removed at runtime, causing unresolved method invocations. Use the method that returns long in Java and recompile the Kotlin code. +: Due to `RdId` becoming a value class, the `getId` method is removed at runtime, causing unresolved method invocations. Use the method that returns long in Java and recompile the Kotlin code. `com.jetbrains.rd.framework.RdId.write(AbstractBuffer)` method removed : Due to `RdId` becoming a value class, the `getId` method is removed at runtime, causing unresolved method invocations. Use `AbstractBuffer.writeLong(long)` method in Java and recompile the Kotlin code.