From cee1ecba9bbee4624f221032746403334bd91f17 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Fri, 31 Jan 2025 13:40:17 +0100 Subject: [PATCH] Document incompatible Kotlin plugin changes for 2025.1 (#1419) --- reference_guide/api_changes_list_2025.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference_guide/api_changes_list_2025.md b/reference_guide/api_changes_list_2025.md index a4f8e0be8..7bcfb2a2f 100644 --- a/reference_guide/api_changes_list_2025.md +++ b/reference_guide/api_changes_list_2025.md @@ -72,3 +72,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no ## 2025.1 ### IntelliJ Platform 2025.1 + + +### Kotlin Plugin 2025.1 + +`org.jetbrains.kotlin.KtFakeSourceElement` class renamed to `org.jetbrains.kotlin.KtFakePsiSourceElement` +: Update code usages.