Kushal Kadaba

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Kushal Kadaba created a post, AnsweredHow to get the value of a Constant used in an annotation from KtAnnotated?
I have an annotation as below@MyAnnotation(name="foo", value="bar") but in some files I have @MyAnnotation(name=<ClassName>.FOO, value="bar"). I am trying to develop a plugin that will get “foo” fo...