micronaut-projects / micronaut-sourcegen

Compilation time source code generators
Apache License 2.0
7 stars 4 forks source link

Documentation should tell users the necessary annotation processors #88

Closed sdelamo closed 6 months ago

sdelamo commented 6 months ago

For Java users need to add:

annotationProcessor("io.micronaut.sourcegen:sourcegen-generator-java")

For Kotlin users need to add:

ksp("io.micronaut.sourcegen:sourcegen-generator-kotlin")

or:

kapt("io.micronaut.sourcegen:sourcegen-generator-kotlin")
dstepanov commented 6 months ago

Maybe we should have somekind of guides plugin to render a language switch