sqrl89 / nbki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template application on kotlin

Use this template Language

A simple android application template to setup your multimodule app with some extensions to work.

Template has static analysis for your code.

How to use?

Click on Use this template and go!

Don't forget to update this places:

Features

  • 100% Kotlin-only template.
  • Some core modules for your easy work.
  • Jetpack Compose setup ready to use.\
  • Plugins for minimal setup in gradle of every module.
  • 100% Gradle Kotlin DSL setup.
  • Dependency versions managed via buildSrc.
  • Kotlin Static Analysis via detekt.

Gradle Setup

This template is using **Gradle Kotlin DSL ** as well as the Plugin DSL to setup the build.

Dependencies are centralized inside the Gradle Version Catalog in the libs.versions.toml file in the gradle folder.

Static Analysis 🔍

This template is using detekt to analyze the source code, with the configuration that is stored in the detekt.yml file (the file has been generated with the detektGenerateConfig task).

About


Languages

Language:Kotlin 100.0%