Conversation
MatkovIvan
reviewed
Nov 18, 2025
...-plugins/compose/src/main/kotlin/org/jetbrains/compose/RuntimeLibrariesCompatibilityCheck.kt
Outdated
Show resolved
Hide resolved
MatkovIvan
requested changes
Nov 18, 2025
Member
MatkovIvan
left a comment
There was a problem hiding this comment.
LGTM, blocking until 1.11 as agreed with QA team
...-plugins/compose/src/main/kotlin/org/jetbrains/compose/RuntimeLibrariesCompatibilityCheck.kt
Outdated
Show resolved
Hide resolved
igordmn
approved these changes
Nov 18, 2025
...-plugins/compose/src/main/kotlin/org/jetbrains/compose/RuntimeLibrariesCompatibilityCheck.kt
Outdated
Show resolved
Hide resolved
...-plugins/compose/src/main/kotlin/org/jetbrains/compose/RuntimeLibrariesCompatibilityCheck.kt
Outdated
Show resolved
Hide resolved
...-plugins/compose/src/main/kotlin/org/jetbrains/compose/RuntimeLibrariesCompatibilityCheck.kt
Outdated
Show resolved
Hide resolved
igordmn
reviewed
Nov 18, 2025
...c/main/kotlin/org/jetbrains/compose/desktop/application/internal/ComposeProjectProperties.kt
Show resolved
Hide resolved
MatkovIvan
approved these changes
Nov 19, 2025
MatkovIvan
added a commit
that referenced
this pull request
Feb 20, 2026
[CMP-9799](https://youtrack.jetbrains.com/issue/CMP-9799) Check skiko library compatibility Addition to #5485 ## Release Notes ### Features - Gradle Plugin - Add a compatibility check for skiko libraries to ensure consistency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add runtime libraries compatibility check for Compose projects
Fixes CMP-9288 Check compose libraries compatibility
To disable the check there is a new gradle property:
org.jetbrains.compose.library.compatibility.check.disableTesting
Release Notes
Features - Gradle Plugin