MVN

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

Maven & Gradle

Mar 05, 2023
2 usages
618 stars

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

<dependency>
    <groupId>com.github.tschuchortdev</groupId>
    <artifactId>kotlin-compile-testing-ksp</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tschuchortdev : kotlin-compile-testing-ksp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0
  • Latest Alpha: 1.4.9-alpha01

All Versions

Choose a version of com.github.tschuchortdev : kotlin-compile-testing-ksp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
kotlin-compile-testing-ksp-1.5.0
1.4.x
kotlin-compile-testing-ksp-1.4.9
kotlin-compile-testing-ksp-1.4.9-alpha01
kotlin-compile-testing-ksp-1.4.8
kotlin-compile-testing-ksp-1.4.8-alpha02
kotlin-compile-testing-ksp-1.4.8-alpha01
kotlin-compile-testing-ksp-1.4.7
kotlin-compile-testing-ksp-1.4.6
kotlin-compile-testing-ksp-1.4.5
kotlin-compile-testing-ksp-1.4.4
kotlin-compile-testing-ksp-1.4.3
kotlin-compile-testing-ksp-1.4.2
kotlin-compile-testing-ksp-1.4.1
kotlin-compile-testing-ksp-1.4.0
1.3.x
kotlin-compile-testing-ksp-1.3.6
kotlin-compile-testing-ksp-1.3.5
kotlin-compile-testing-ksp-1.3.4
kotlin-compile-testing-ksp-1.3.3
kotlin-compile-testing-ksp-1.3.2
kotlin-compile-testing-ksp-1.3.1
kotlin-compile-testing-ksp-1.3.0
1.2.x
kotlin-compile-testing-ksp-1.2.11
kotlin-compile-testing-ksp-1.2.10
kotlin-compile-testing-ksp-1.2.9
kotlin-compile-testing-ksp-1.2.8

How to add a dependency to Maven

Add the following com.github.tschuchortdev : kotlin-compile-testing-ksp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tschuchortdev</groupId>
    <artifactId>kotlin-compile-testing-ksp</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tschuchortdev : kotlin-compile-testing-ksp gradle dependency to your build.gradle file:

implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.5.0'

Gradle Kotlin DSL: Add the following com.github.tschuchortdev : kotlin-compile-testing-ksp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tschuchortdev : kotlin-compile-testing-ksp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tschuchortdev" % "kotlin-compile-testing-ksp" % "1.5.0"

Advertisement