Join Slack
Powered by
Is there a way to find all “by” declarations, i.e....
# konsist
c
ceedee
08/05/2024, 5:23 PM
Is there a way to find all “by” declarations, i.e. usages of Kotlin Delegation to implement interfaces like in this code?
Copy code
class MyViewModel( delegate: MyDelegate, ) : MyDelegate by delegate
I would like to assert on a common naming scheme there.
Open in Slack
Previous
Next