Skip to content

2023-01-17

Choose a tag to compare

@github-actions github-actions released this 17 Jan 18:39
· 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 Group now has a field, isInline, that indicates if the group is for a call to an inline composable function. If isInline is true then 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.
  • ImmutableCollection and their Persistent siblings are now considered stable.
  • New param in AnimatedContent for tooling label
  • Fixed faulty code generation for inline lambda