Ross ROSS = Recommend OSS · open-source software intelligence for agents

LemonAppDev/konsist

Konsist is a powerful static code analyzer tailored for Kotlin, focused on ensuring codebase consistency and adherence to coding conventions. observed · 2026-08-28

github.com/LemonAppDev/konsist · homepage · Kotlin · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 40
  • Longevity 89
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 5.0
  • age_days: 1252
  • days_rel: 633
  • days_push: 16
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

1716 stars · 39 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Konsist is a structural linter and static code analyzer for Kotlin that enforces codebase consistency and architecture rules. Checks are written as unit tests (JUnit/Kotest) that query and assert on Kotlin declarations like classes, interfaces, functions, and properties.

Use cases

  • enforce naming conventions for Kotlin classes
  • verify architecture layer boundaries in a Kotlin project
  • check that ViewModel classes follow naming rules on Android
  • ensure Spring repository interfaces follow conventions
  • guard package structure in Kotlin Multiplatform projects
  • stop architecture debates in code reviews with automated tests

When to choose

  • you want ArchUnit-style architecture tests for Kotlin
  • your team needs automated enforcement of naming and package conventions
  • you work on Android, Spring, or Kotlin Multiplatform projects and want structure checks as unit tests

When to avoid

  • you need general-purpose linting of style issues (use ktlint or detekt)
  • your project is not written in Kotlin
  • you need a baseline file workflow, which Konsist does not yet support

Facets

library · maturity active

linter testing static-site-generator developer-tools testing programming-languages jvm cli kotlin architecture-rules archunit-alternative code-consistency unit-tests junit kotest android spring kotlin-multiplatform

10 sources

Member repositories

RepositoryRoleHealth v2
LemonAppDev/konsistmain76

For agents

markdown · JSON · MCP: product_card(name="LemonAppDev/konsist")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem