Sounds like a bug in one of our lint checks - you can suppress it by doing:
@Suppress("UnusedCrossfadeTargetStateParameter")
around the function it is failing on
Could you share the code it is failing on? I guess you defined some extension methods similar to the ones the lint check runs on 🙂