k

kotlinpoet-ksp

Extensions for interop with KSP (Kotlin Symbol Processing).
https://github.com/square/kotlinpoet
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
kotlinpoet-ksp-1.16.0.jar download
kotlinpoet-ksp-1.16.0.pom download
kotlinpoet-ksp-1.16.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup</groupId>
  <artifactId>kotlinpoet-ksp</artifactId>
  <version>1.16.0</version>
</dependency>
Gradle Groovy
implementation 'com.squareup:kotlinpoet-ksp:1.16.0'
Gradle Kotlin
implementation("com.squareup:kotlinpoet-ksp:1.16.0")
Scala SBT
libraryDependencies += "com.squareup" % "kotlinpoet-ksp" % "1.16.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup', module='kotlinpoet-ksp', version='1.16.0')
)
Apache Ivy
<dependency org="com.squareup" name="kotlinpoet-ksp" rev="1.16.0" />
Leiningen
[com.squareup/kotlinpoet-ksp "1.16.0"]
Apache Buildr
'com.squareup:kotlinpoet-ksp:jar:1.16.0'