githubEdit

Compatibility

Konsist ecosystem compatibility

Konsist is compatible with all types of Kotlin projects including Androidarrow-up-right, Springarrow-up-right, and Kotlin Multiplatformarrow-up-right projects.

Konsist works with popular testing frameworks executing Kotlin code. Konsist has first-class support for JUni4arrow-up-right, JUnit5arrow-up-right, and Kotestarrow-up-right.

Konsist is compatible with popular build systems such as Gradlearrow-up-right and Mavenarrow-up-right.

The Java 8 is a minimum Javaarrow-up-right version required to run Konsist.

Konsist is backwards compatible with Kotlin 1.8.x ( since Konsist 0.17.0 ).

Dependencies

Konsist depends on:

  • org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 (minimal coroutine usage make Konsist compatible with newer coroutines versions)

  • org.jetbrains.kotlin:kotlin-compiler-embeddable:2.0.20

Last updated