kotlinpoet
1.11.0
kotlinpoet
/
com.squareup.kotlinpoet
/
TypeAliasSpec
/
Companion
/
builder
builder
@
JvmStatic
fun
builder
(
name
:
String
,
type
:
TypeName
)
:
TypeAliasSpec.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."
)
@
JvmStatic
fun
builder
(
name
:
String
,
type
:
Type
)
:
TypeAliasSpec.Builder
Content copied to clipboard
@
JvmStatic
fun
builder
(
name
:
String
,
type
:
KClass
<
*
>
)
:
TypeAliasSpec.Builder
Content copied to clipboard