Kotlin Test JUnit provides JUnit integration for Kotlin test frameworks, enabling seamless testing with JUnit runners and assertions.
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>
<version>2.3.10</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Writes a simple Kotlin test using JUnit.
No known issues recorded.
No dependency data recorded yet.