Open Nek-12 opened 1 year ago
Angle, Spread, Position classes are unstable because they are a class family that Compose does not recognize as immutable.
Solution:
@Immutable
Angle, Spread, Position classes are unstable because they are a class family that Compose does not recognize as immutable.
Solution:
@Immutable
and migrate to sealed interface@Immutable
to prevent future issues with modularization