Hi, does anyone knows how to count `object`, `enum...
# announcements
l
Hi, does anyone knows how to count
object
,
enum
and other Kotlin keywords if possible in a project? I'm looking for an OS agnostic way to count them if possible as I work on macOS and Windows 10
d
Or write a gradle plugin that scraps your project for them.