Compose API Reference Compose Runtime DontMemoize Class Common @Target(AnnotationTarget.EXPRESSION) public annotation class DontMemoize Mark a lambda in composition to opt out of auto-memoization. This annotation can be applied to individual lambdas e.g. val foo = @DontMemoize { ... }
Compose API Reference Compose Runtime DontMemoize Class Common @Target(AnnotationTarget.EXPRESSION) public annotation class DontMemoize Mark a lambda in composition to opt out of auto-memoization. This annotation can be applied to individual lambdas e.g. val foo = @DontMemoize { ... }