Bug P2
Status Update
Comments
yo...@gmail.com <yo...@gmail.com> #2
Triage notes: Still P3, still a real issue. Compat issue.
le...@google.com <le...@google.com>
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #3
Triage notes: We've seen this work under certain conditions, but they are likely tied to the IDE rather than the compiler. This may be fixed already, and that may be tied to K2? We should file a separate FR against Studio (IntelliJ?) and set that as blocking. Moving back to Inbox so we can assign that work.
Description
AI-193.2956.37.40.6052267, JRE 1.8.0_212-release-1586-b4-5784211x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.14.6, screens 1680x1050, 2560x1440
AS: 4.0 Canary 6; Kotlin plugin: 1.3.61; Android Gradle Plugin: 4.0.0-alpha06; Gradle: 6.1;
Expected:
- The "Show Kotlin Bytecode" feature in AS should show the result after compose compiler has run.
- Decompile to java should reflect the output of compose compiler
Actual:
"Show Kotlin Bytecode" doesn't show compose compiler output.
Decompile to java features is missing alot of what is shown in the byte code listing when used on Composables.