Is it OK to reuse instances of `EnterTransition` /...
# compose
e
Is it OK to reuse instances of
EnterTransition
/
ExitTransition
?
z
Ive been doing it for about a year in production, no issues. Would love to hear from someone in the compose team to verify though!
a
Basically you can safely reuse anything that is annotated with
@Immutable
.