fritz2
fritz2 copied to clipboard
Change File Names to PascalCase due to Kotlins current Coding Conventions
As time goes by the Kotlin coding conventions got stricter an now there is the convention for PascalCaseNames: https://kotlinlang.org/docs/coding-conventions.html#source-file-names
So we should follow this guideline!