k

kotlin-compile-testing

A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
https://github.com/tschuchortdev/kotlin-compile-testing
Mozilla Public License 2.0
Thilo Schuchort
Files download
File Operation
kotlin-compile-testing-1.2.2.jar download
kotlin-compile-testing-1.2.2.pom download
kotlin-compile-testing-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tschuchortdev</groupId>
  <artifactId>kotlin-compile-testing</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.2'
Gradle Kotlin
implementation("com.github.tschuchortdev:kotlin-compile-testing:1.2.2")
Scala SBT
libraryDependencies += "com.github.tschuchortdev" % "kotlin-compile-testing" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tschuchortdev', module='kotlin-compile-testing', version='1.2.2')
)
Apache Ivy
<dependency org="com.github.tschuchortdev" name="kotlin-compile-testing" rev="1.2.2" />
Leiningen
[com.github.tschuchortdev/kotlin-compile-testing "1.2.2"]
Apache Buildr
'com.github.tschuchortdev:kotlin-compile-testing:jar:1.2.2'