Fixed
Status Update
Comments
ba...@navara.nl <ba...@navara.nl> #2
Typo: Jetpack Compose BOM version is 2023.10.01, Compose Compiler version is still 1.5.4.
as...@google.com <as...@google.com> #3
Good catch! Thanks for reporting.
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit 3a12aeee59eee05b52f98a8e2c256086417d9edc
Author: Ben Trengrove <bentrengrove@google.com>
Date: Thu Nov 09 05:19:47 2023
Add stability config to plugin options
Change-Id: If74629e03591aea23d0ef3146d3578a3889cb647
Fixes: 309765121
M compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/ComposePlugin.kt
https://android-review.googlesource.com/2823752
Branch: androidx-main
commit 3a12aeee59eee05b52f98a8e2c256086417d9edc
Author: Ben Trengrove <bentrengrove@google.com>
Date: Thu Nov 09 05:19:47 2023
Add stability config to plugin options
Change-Id: If74629e03591aea23d0ef3146d3578a3889cb647
Fixes: 309765121
M compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/ComposePlugin.kt
ol...@gmail.com <ol...@gmail.com> #5
Hey. Will this fix be released as a part of 1.5.5 or maybe 1.5.4.1 quickfix?
Thanks.
Thanks.
ba...@navara.nl <ba...@navara.nl> #6
I've retested the feature using the compose-compiler snapshot version and the fix is working perfectly! I was wondering the same. Is there any chance that this can be released soon in a bugfix release?
as...@google.com <as...@google.com> #7
yes, it will be released as part of our biweekly release train this week i believe
pr...@google.com <pr...@google.com> #8
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.compiler:compiler-hosted:1.5.5
Description
Jetpack Compose Compiler version: 20.10.01
Jetpack Compose compiler: 1.5.4
Android Studio Build: Hedgehog RC2
Kotlin version: 1.9.20
Steps to Reproduce or Code Sample to Reproduce:
I've added the following to the root gradle.kts file:
This resulted in the following error:
Possible cause:
The newhttps://android-review.googlesource.com/c/platform/frameworks/support/+/2668595/21/compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/ComposePlugin.kt#164
STABLE_CONFIG_PATH_OPTION
was not added to thepluginOptions
list. See: