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.13.1.jar download
kotlinpoet-ksp-1.13.1.pom download
kotlinpoet-ksp-1.13.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup</groupId>
  <artifactId>kotlinpoet-ksp</artifactId>
  <version>1.13.1</version>
</dependency>
Gradle Groovy
implementation 'com.squareup:kotlinpoet-ksp:1.13.1'
Gradle Kotlin
implementation("com.squareup:kotlinpoet-ksp:1.13.1")
Scala SBT
libraryDependencies += "com.squareup" % "kotlinpoet-ksp" % "1.13.1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup', module='kotlinpoet-ksp', version='1.13.1')
)
Apache Ivy
<dependency org="com.squareup" name="kotlinpoet-ksp" rev="1.13.1" />
Leiningen
[com.squareup/kotlinpoet-ksp "1.13.1"]
Apache Buildr
'com.squareup:kotlinpoet-ksp:jar:1.13.1'