Started seeing a `No static method stickyHeader$de...
# compose
z
Started seeing a
No static method stickyHeader$default
after upgrading to
1.2.0-alpha03
. 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)?
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!
👍 1