Registry / build-tool / kotlinpoet-ksp

kotlinpoet-ksp

JSON →
library2.3.0javamavenunverified

Extensions for KotlinPoet to interoperate with KSP (Kotlin Symbol Processing) for code generation.

<dependency> <groupId>com.squareup</groupId> <artifactId>kotlinpoet-ksp</artifactId> <version>2.3.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINPOET-KSP
K
kotlinpoet-ksp
build-tooljavav2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KotlinPoetKspPreview
com.squareup.kotlinpoet.ksp.KotlinPoetKspPreview

Implement a KSP symbol processor using KotlinPoet extensions.

import com.squareup.kotlinpoet.ksp.KotlinPoetKspPreview import com.google.devtools.ksp.processing.SymbolProcessor class MyProcessor : SymbolProcessor { override fun process(resolver: Resolver): List<KSAnnotated> { // Use KotlinPoet with KSP return emptyList() } }
Debug
Known issues
breakingKotlinPoet KSP extensions are experimental and may change between versions.
fix
Check compatibility with your Kotlin and KSP versions; use with caution in production.
affects: <2.0.0
Upgrade
Version history
2.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
kotlinpoet-ksp — mvn dependency:get kotlinpoet-ksp · libregistry