We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0c371 commit 94a52c4Copy full SHA for 94a52c4
1 file changed
mpp-idea/build.gradle.kts
@@ -549,9 +549,8 @@ project(":") {
549
renderedChangeNotes.ifBlank {
550
"""
551
<ul>
552
- <li>Restore DevIn command completion for Swing-based IDEA input fields.</li>
553
- <li>Upgrade IntelliJ Platform Gradle Plugin to 2.16.0 and target IntelliJ IDEA 2025.2.6.2.</li>
554
- <li>Upgrade Gradle wrapper to 9.0.0, IDEA plugin compilation target to JDK 21, and Compose Multiplatform to 1.11.1.</li>
+ <li>Remove IntelliJ 2026.2 verifier internal API usages from inlay rendering and MCP request parsing.</li>
+ <li>Add IntelliJ IDEA 2026.2 EAP builds to local plugin verifier coverage.</li>
555
</ul>
556
""".trimIndent()
557
}
0 commit comments