I noticed the official file naming conventions recommend only using upper camelcase.
https://kotlinlang.org/docs/coding-conventions.html#source-file-names however I noticed that in the kotlin toolchain tutorial some files are named all lowercase. Is there a plan to update the file naming conventions for support outside of oop? I would like to suggest keeping files with a single class or composable upper camel case. Using normal camelcase for files with a single function and kebab case otherwise.