KeyEquals
An optional base class for determining key equivalence.
Usage:
private class TestQueryKey : KeyEquals(), QueryKey<String> by buildQueryKey(
id = ..
)
Content copied to clipboard
Note: When using this on Compose with StrongSkippingMode enabled, you can generate the key without wrapping it in the remember
function if the key can be marked as stable. For details on marking objects as stable, refer to the official documentation: https://developer.android.com/develop/ui/compose/performance/stability