2023-01-17
·
168 commits
to main
since this release
Compose Compiler: v1.4.0
January 17, 2023
androidx.compose.compiler:compiler:1.4.0 is released. Version 1.4.0 contains these commits.
Important changes since 1.3.0
- Support for Kotlin 1.8.0
- Turned off intrinsic remember
- The ui tooling data class
Groupnow has a field,isInline, that indicates if the group is for a call to an inline composable function. IfisInlineistruethen the call is to an inline composable function. However, the value might be false for calls to inline composable functions that are from modules that are compiled with a version of the compose compiler plugin that doesn't generate the inline function information. ImmutableCollectionand their Persistent siblings are now considered stable.- New param in
AnimatedContentfor tooling label - Fixed faulty code generation for inline lambda