Kotlin Compose App

Youtube Channel available

  • Static code analysis tool for Kotlin which code style, code formatting and code convention.
  • Widely used in `Android Projects``
  • Keep your code consistent.

Steps to integrate with KtLint

  1. Add KtLint Gradle Plugin at the build.gradle project level.
  2. Apply KtLint Plugin to modules/subprojects.
  3. Define KtLint configuration such as version, android, verbose, reporters, filters.
  4. Check Kotlin issues: ./gradlew ktlintCheck.
  5. Create an .editorconfig file to tweak/adjust rules in th root folder.
  6. Fix Kotlin issues: ./gradlew ktlintFormat you agree with.

Other options are available

  • Used in intro screens
  • Slide between pages