keplin
detekt
Our great sponsors
keplin | detekt | |
---|---|---|
0 | 4 | |
24 | 5,259 | |
- | 2.5% | |
0.0 | 8.0 | |
about 5 years ago | about 15 hours ago | |
Kotlin | Kotlin | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
keplin
We haven't tracked posts mentioning keplin yet.
Tracking mentions began in Dec 2020.
detekt
-
Modern Android Development in 2023
Detekt
-
Supercharge your Kotlin Project
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" }
-
Android Style Guide
I haven't looked through it completely, but have you considered adhering to detekt and ktlint as well?
What are some alternatives?
ktlint - An anti-bikeshedding Kotlin linter with built-in formatter
sonarlint-intellij - SonarLint for IntelliJ
dokka - API documentation engine for Kotlin
ktfmt-gradle - A Gradle plugin to apply ktfmt to your builds, and reformat you Kotlin source code like a glimpse 🧹🐘
KotlinW - A small wrapper for the Kotlin compiler that can be used to execute .kts scripts
kscript - Scripting enhancements for Kotlin
jtransc - Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
KtsRunner - Library for executing .kts files from regular Kotlin code
MpApt - (Deprecated) :wrench: Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins