2023-12-18
·
108 commits
to main
since this release
Compose Compiler: v1.5.7
December 19, 2023
androidx.compose.compiler:compiler:1.5.7 and androidx.compose.compiler:compiler-hosted:1.5.7 are released. Version 1.5.7 contains these commits.
Bug Fixes
- Fix compose runtime crash when
remember()key parameter invokes a Composable function (b/315855015) - Fix Compose runtime crash when
return@is used. (b/315821171) - Avoid using absolute paths in memoization keys which allows better build cache utilization. (b/313937484)