Skip to content

Update dependency com.materialkolor:material-kolor to v5#325

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/major-materialkolor
Open

Update dependency com.materialkolor:material-kolor to v5#325
renovate[bot] wants to merge 1 commit into
devfrom
renovate/major-materialkolor

Conversation

@renovate

@renovate renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.materialkolor:material-kolor 4.0.55.0.0 age confidence

Release Notes

jordond/materialkolor (com.materialkolor:material-kolor)

v5.0.0

Compare Source

What's Changed

  • Material 3 Expressive! 🎉
  • Kotlin 2.4.0
  • Gradle 9.6.1
  • Compose Multiplatform 1.11.0

BREAKING CHANGES

The x64 macos and ios target have been removed.

Expressive

Material3 Expressive is officially stable, and now available in MaterialKolor:

@​OptIn(ExperimentalMaterial3ExpressiveApi::class)
@​Composable
fun MyExpressiveTheme(
  seedColor: Color,
  isDark: Boolean = isSystemInDarkTheme(),
  content: @​Composable () -> Unit
) {
  DynamicMaterialExpressiveTheme(
    seedColor = seedColor,
    motionScheme = MotionScheme.expressive(),
    isDark = isDark,
    animate = true,
    content = content,
  )
}
PRs

New Contributors

Full Changelog: jordond/MaterialKolor@4.1.1...5.0.0

v4.1.1

Compare Source

What's Changed

Full Changelog: jordond/MaterialKolor@4.1.0...4.1.1

v4.1.0

Compare Source

Highlights

  • Kotlin 2.3.0
  • Compose Multiplatform 1.10.0

Changes

Full Changelog: jordond/MaterialKolor@4.0.5...4.1.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update dependency com.materialkolor:material-kolor to v5 Update dependency com.materialkolor:material-kolor to v5 Jul 12, 2026
@renovate renovate Bot changed the title Update dependency com.materialkolor:material-kolor to v5 fix(deps): update dependency com.materialkolor:material-kolor to v5 Jul 14, 2026
@renovate renovate Bot changed the title fix(deps): update dependency com.materialkolor:material-kolor to v5 Update dependency com.materialkolor:material-kolor to v5 Jul 16, 2026
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.

0 participants