chrisbanes / haze

A blurring modifier for Compose Multiplatform / Jetpack Compose
https://chrisbanes.github.io/haze/
Apache License 2.0
1.01k stars 26 forks source link

Merge :haze and :haze-jetpack-compose libraries #65

Closed chrisbanes closed 6 months ago

chrisbanes commented 8 months ago

Currently we need to maintain 2 separate libraries due to Compose Multiplatform still targeting JC 1.5.x. To implement blurring on Android, we need access to a new drawing API added in Jetpack Compose Foundation 1.6.0 (currently in beta).

This is a tracking bug to perform that merge, once Compose Multiplatform is updated and we have access to that API (tracking issue: https://github.com/JetBrains/compose-multiplatform/issues/4052).

chrisbanes commented 6 months ago

Fixed by #106