Hi all, general question on kapt - Is it built in...
# kapt
p
Hi all, general question on kapt - Is it built into the kotlin gradle plugin? I’ve see different examples of using ‘kotlin-kapt’ plugin, however I have been using it without this plugin and just the ‘kotlin’ plugin. According to this post( https://medium.com/@workingkills/pushing-the-limits-of-kotlin-annotation-processing-8611027b6711) there are multiple versions. Are they versions different between the ‘kotlin’ plugin and ‘kotlin-kapt’?