This is a sample app for the OneUI-Design lib.
One-time setup per clone (Windows):
git config core.autocrlf input
git config core.hooksPath .githooksThis enables LF line endings and the pre-commit hook (runs Spotless + Detekt before each commit).