Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 566 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 566 Bytes

Build Status

Android Templates: Kotlin

  • Our optimized Android templates used in our kotlin android projects

Setup

  • Clone the project
  • Checkout our main development branch kotlin
  • Run the project with Android Studio

Linter and static code analysis

  1. Check Style:
$ ./gradlew checkStyle

Report is located at: ./app/build/reports/checkstyle/

  1. Detekt
$ ./gradlew detekt

Report is located at: ./build/reports/detekt.html