asMemberName
Converts an Enum constant to a MemberName.
val EXACTLY_ONCE = InvocationKind.EXACTLY_ONCE.asMemberName()
Content copied to clipboard
@DelicateKotlinPoetApi(message = "This API uses internal Kotlin reflection APIs and might break at any time")
Converts a reference to a callable (Property or function) to a MemberName.
val STRING_PLUS = String::plus.asMemberName()
Content copied to clipboard