Had an issue where some feature modules would have both Apollo-generated queries and Compose enabled.
This would result in absolutely huge LiveLiterals classes being generated and compiled for those Apollo classes (1,7MB class file, 80k lines of decompiled code), slowing down build times significantly.
A proper solution for this is to split those bigger modules into smaller ones but since none of us is using LiveLiterals right now we can just disable the feature altogether and reap the benefits.
b
Ben Trengrove [G]
01/04/2024, 11:47 PM
Your fix is correct, AGP overrides that flag you are setting (which is a bit confusing)