Hi everyone, does anyone know the convention for declaring typealiases in this case? I declared a single typealias in a file named TypeAliasUtils.kt but ktlint demands that the file should be named identical to the typealias I declared.
Does this mean that I have to create different files for every typealias I declare? that seems a bit inefficient
Any sort of advice or reading material is welcome
thanks!!