Konsist
GitHubSlack (kotlinlang)Twitter
  • 🚀GETTING STARTED
    • What is Konsist?
    • Getting Started
      • Add Konsist Dependency
      • Create First Konsist Test - Declaration Check
      • Create Secound Konsist Test - Architectural Check
    • Articles & Videos
  • ✅WRITING TESTS
    • Create The Scope
    • Declaration Filtering
    • Declaration Assertion
    • Architecture Assertion
    • Suppress Konsist Test
  • âœī¸VERYFYING CODEBASE
    • Verify Classes
    • Verify Interfaces
    • Verify Functions
    • Verify Properties
    • Verify Generics
    • Verify Source Declarations
  • 📗FEATURES
    • Add Konsist Existing To Project (Baseline)
    • Debug Konsist Test
    • Declaration
    • Declaration Vs Property
    • Compiler Type Inference
    • Package Wildcard
    • Declaration References
    • Indirect Parents
    • Kotest Support
  • 🔍INSPIRATION
    • Starter Projects
    • Snippets
      • General Snippets
      • Android Snippets
      • Spring Snippets
      • Test Snippets
      • JUnit Snippets
      • Kotest Snippets
      • Architecture Snippets
      • Clean Architecture Snippets
      • Kotlin Serialization Snippets
      • Library Snippets
      • Generic Types Snippets
  • 🎓ADVANCED
    • Isolate Konsist Tests
    • Enable Full Command Line Logging
    • Dynamic Konsist Tests
      • Explicit Test Names
    • When Konsist API Is Not Enough
    • Additional JUnit5 Setup
    • Why There Are No Pre-defined Rules?
    • Konsist Snapshots
  • ❓HELP
    • Getting Help
    • Known Issues
      • java.lang.OutOfMemoryError: Java heap space
    • Compatibility
  • â„šī¸OTHER
    • Changelog
    • Project Status
    • Contributing
    • Contributors
    • Assets And Logos
    • Open Source Licenses
    • Sponsor Konsist
Powered by GitBook
On this page
Edit on GitHub
Export as PDF
  1. OTHER

Project Status

Where are we now?

PreviousChangelogNextContributing

Last updated 7 months ago

The Konsist linter has undergone extensive field testing across a variety of projects, including , , and , and is compatible with both and build systems. Additionally, Konsist features a comprehensive test suite with around 5,000 tests, running on various operating systems including MacOS, Windows, and Ubuntu, to minimize the risk of regressions.

Konsist is safe for use because it is not bundled with the production code (only included in the test source sets).

Konsist Roadmap

Over the next few months, we will fix bugs, improve existing APIs, and implement missing features (in this order). Here is a high-level roadmap:

  • ✅ Milestone 1 (Q1-Q2-Q3 2023)

    • ✅ Setup GitHub project

    • ✅ Setup CI pipeline

    • ✅ Core Library development

    • ✅ Publish artifact to Maven Central

    • ✅ Create documentation

    • ✅ Internal closed testing Android

    • ✅ Internal closed testing Spring

  • ✅ Milestone 2 (Q4 2023 Alpha)

    • ✅ Community-driven testing

    • ✅ Improve existing APIs

    • ✅ Fix Bugs

    • ✅ Polish documentation and samples

    • ✅ Implement new features

  • ✅ Milestone 3 (Q1 2024)

    • ✅ Stabilize APIs (minimal breaking changes)

    • ✅ Fix Bugs

    • ✅ Polish documentation and samples

    • ✅ Implement new features

  • 🚀 Milestone 4 (Q2 2024)

    • ✅ Declaration references

  • 🚀 Milestone 5 (Q3 2024)

    • 🚀 Architecture checks improvements

    • 🚀 Bug fixes

    • 🚀 API improvements

  • 🚀 Milestone 6 (Q4 2024 Beta)

    • 🚀 Bug fixes

    • 🚀 API improvements

    • 🚀 Release 1.0

  • 🕝 Milestone 5 (H1 2025)

    • 🕝 Further maintenance and improvements

â„šī¸
Spring
Android
Kotlin Multiplatform
Gradle
Maven