kotlinpoet
1.11.0
kotlinpoet
/
com.squareup.kotlinpoet
/
PropertySpec
/
Builder
/
receiver
receiver
fun
receiver
(
receiverType
:
TypeName
?
)
:
PropertySpec.Builder
Content copied to clipboard
@
DelicateKotlinPoetApi
(
message
=
"Java reflection APIs don't give complete information on Kotlin types. Consider using the kotlinpoet-metadata APIs instead."
)
fun
receiver
(
receiverType
:
Type
)
:
PropertySpec.Builder
Content copied to clipboard
fun
receiver
(
receiverType
:
KClass
<
*
>
)
:
PropertySpec.Builder
Content copied to clipboard