Hello Everyone, I have a question related to Kotl...
# getting-started
d
Hello Everyone, I have a question related to Kotlin compiler. I'm evaluating the effectiveness of the '*compile*' option in KAPT's (annotation processing) aptMode and would like to understand how frequently other developers use this option. Specifically, I'm interested in knowing • In what types or scales of projects do you use the aptMode='compile' option? • Are there situations where you've found it particularly effective or ineffective and you chose any other alternative? Any insights on the frequency and context of its usage would be very helpful for my evaluation.
s
I've not used KAPT, but are you aware that KSP basically superseeded KAPT as a Compiler Plugin builder in Kotlin land? https://kotlinlang.org/docs/ksp-why-ksp.html#comparison-to-kapt