Supercharge your Kotlin Project

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ktlint

    An anti-bikeshedding Kotlin linter with built-in formatter

    apply plugin: "org.jlleitschuh.gradle.ktlint" ktlint { // https://github.com/pinterest/ktlint/releases version = "0.42.1" reporters { reporter "plain" reporter "checkstyle" reporter "html" } outputColorName = "RED" }

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. ktlint-gradle

    A ktlint gradle plugin

    ext { // https://github.com/JLLeitschuh/ktlint-gradle/releases ktlintPluginVersion = "10.2.0" } dependencies { classpath 'com.android.tools.build:gradle:7.0.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32" ## KTLINT DEPENDENCY classpath "org.jlleitschuh.gradle:ktlint-gradle:$ktlintPluginVersion" }

  4. hands_on_kotlin

    Experiments with Compose and latest architecture patterns in Kotlin

    Finally, we apply this configuration to all our subprojects by adding the below inside our project-level build.gradle

  5. detekt

    Static code analysis for Kotlin

    ext { // https://github.com/detekt/detekt/releases detektVersion = "1.17.0" } dependencies { classpath 'com.android.tools.build:gradle:7.0.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32" ## DETEKT DEPENDENCY classpath "io.gitlab.arturbosch.detekt:detekt-gradle- plugin:$detektVersion" }

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Integrating Code Formatting into Your Android Projects

    4 projects | dev.to | 1 Jul 2024
  • [Question] disable ktlint rules with ktlint-gradle version 12.0.2

    1 project | /r/KotlinAndroid | 5 Dec 2023
  • Setting up linting/formatting for an Android project

    1 project | /r/androiddev | 23 Mar 2023
  • Modern Android Development in 2023

    7 projects | dev.to | 23 Jan 2023
  • Three features in Android Studio that maybe you've missed

    1 project | dev.to | 29 May 2022

Did you know that Kotlin is
the 17th most popular programming language
based on number of references?