. Seems to only affect my design systems module, e.g. I can place a
LazyColumn
with stickyHeaders in other modules just fine. Proguard is temporarily disabled, and my dependencies are exactly identical between the modules. Any other clues as to what I should look for (Ive tried invalidate caches + clean)?
Zoltan Demant
02/10/2022, 5:26 AM
SOLVED.
Apparently I didnt have the compose-foundation dependency in my design module. Im guessing some of my other compose dependencies brought it in previously. Thought Id leave this up in case someone else runs into it!