Update git submodules
* Update frameworks/support from branch 'androidx-main'
to 6f4c749c159767bdd36c5062e245fa79bc0b1e3b
- Merge "Fix `key` composable calls for k/js targets" into androidx-main
- Fix `key` composable calls for k/js targets
All Composable calls (including `key`) get replaced by their DecoyImplementation in SubstituteDecoyCallsTransformer.
By the time ComposableFunctionBodyTransformer starts its transformations, all `key` calls got replaced by `key$composable`.
ComposableFunctionBodyTransformer has to take into account DecoyFqNames.key to ensure proper `visitKeyCall` transformation.
Test: tested in JB fork
Change-Id: I30394dc82112f4ea99fc9a36767706097057121c
Loading
Please sign in to comment