Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 14, 2026

Compose 1.10.0 marked ClipboardManager.setClipboard() as experimental, breaking the build.

Changes

  • Added @OptIn(ExperimentalComposeUiApi::class) to ImageClipboardManager.kt to acknowledge the experimental API usage
@OptIn(ExperimentalComposeUiApi::class)
internal actual class ImageClipboardManager actual constructor(
    private val clipboardManager: ClipboardManager,
) {
    // ...
}

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…anager

Co-authored-by: Tlaster <8370277+Tlaster@users.noreply.github.com>
Copilot AI changed the title [WIP] Update org.jetbrains.compose to version 1.10.0 Add @OptIn annotation for ExperimentalComposeUiApi in clipboard manager Jan 14, 2026
Copilot AI requested a review from Tlaster January 14, 2026 05:38
@Tlaster Tlaster marked this pull request as ready for review January 14, 2026 05:40
@Tlaster Tlaster merged commit 5e2ab1d into dependabot/gradle/org.jetbrains.compose-1.10.0 Jan 14, 2026
1 check passed
@Tlaster Tlaster deleted the copilot/sub-pr-1693 branch January 14, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants