inigo delgado
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Created How can I get fully qualified name of a KtParameter type?
AnsweredIn my plugin I am using current way to get it:ktParameter.type()!!.fqName!!.asString()If the declaration is method (var u: UUID) that line returns: “java.util.UUID” which is what I want. Great.But ... -
Created How to get the test sources directories of the module of given virtualfile
AnsweredThat's it, my pluging generates test objectmother for java classes so, when selected that classes, I would like to generate their correponding object mothers in the same package in its correspondin...