Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
I'm trying to add Compose to a monolithic app and have run into various issues with the compiler (as a sanity check I also tried enabling IR in the kotlinOptions block without compose and ran into no issues there). The latest problem is a with a very large autogenerated file that I doubt needs whatever this LiveLiterals step is doing (I can get it to build by setting
composOptions.useLiveLiterals false
but I'd like to be able to use the preview). Is the general guidance to add compose in a separate module to avoid this kind of thing?The exception (with the actual filename edited):