Hello, how to use `annotationProcessor` or `kapt` ...
# multiplatform
x
Hello, how to use
annotationProcessor
or
kapt
with jvm target but without android target?
i
do you use Kotlin? if yes, kapt.
x
Thx. With
kotlin("kapt")
plugin,
kapt
dependency works.