Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ androidx-activity = "1.12.2"
androidx-compose-bom = "2026.01.00"
androidx-lifecycle = "2.9.6"
composeMultiplatform = "1.10.0"

Copilot AI Jan 17, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating Material3 to 1.11.0-alpha01 while keeping other Compose Multiplatform libraries at 1.10.0 (line 6) may cause compatibility issues. The 1.11.0-alpha01 release notes indicate that the Gradle Plugin now includes compatibility checks for runtime libraries to ensure consistency. Consider updating the composeMultiplatform version to 1.11.0 or a compatible version to maintain consistency across all Compose Multiplatform dependencies.

Suggested change
composeMultiplatform = "1.10.0"
composeMultiplatform = "1.11.0-alpha01"

Copilot uses AI. Check for mistakes.
composeMultiplatformMaterial3 = "1.10.0-alpha05"
composeMultiplatformMaterial3 = "1.11.0-alpha01"
composeRules = "0.5.3"
detekt = "2.0.0-alpha.1"
kotlin = "2.3.0"
Expand Down