The idiomatic way of naming constants in Compose is using PascalCase. That seems obvious for object declarations, but we also use this convention for immutable top-level properties (including those with const modifier) and for enum values. That gives us consistency between all the different ways of representing constants.