Is there some way to profile kapt in gradle? I wou...
# announcements
a
Is there some way to profile kapt in gradle? I would like to see which annotation processors take the most of the time to run
r
But you may need an additional task
k
you can attach a regular java profiler like visual vm to the respective process (probably the kotlin daemon)
2