is not current version
Last Version 1.4.9

com.github.tschuchortdev:kotlin-compile-testing 1.2.3

A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.tschuchortdev
ArtifactId

ArtifactId

kotlin-compile-testing
Version

Version

1.2.3
Type

Type

jar

Download kotlin-compile-testing 1.2.3


<!-- https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing/ -->
<dependency>
    <groupId>com.github.tschuchortdev</groupId>
    <artifactId>kotlin-compile-testing</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing/
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.3'
// https://jarcasting.com/artifacts/com.github.tschuchortdev/kotlin-compile-testing/
implementation ("com.github.tschuchortdev:kotlin-compile-testing:1.2.3")
'com.github.tschuchortdev:kotlin-compile-testing:jar:1.2.3'
<dependency org="com.github.tschuchortdev" name="kotlin-compile-testing" rev="1.2.3">
  <artifact name="kotlin-compile-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tschuchortdev', module='kotlin-compile-testing', version='1.2.3')
)
libraryDependencies += "com.github.tschuchortdev" % "kotlin-compile-testing" % "1.2.3"
[com.github.tschuchortdev/kotlin-compile-testing "1.2.3"]