kotlinpoet
Toggle table of contents
2.1.0
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
TypeSpec
/
toBuilder
to
Builder
jvm
@
JvmOverloads
fun
toBuilder
(
kind
:
TypeSpec.Kind
=
this.kind
,
name
:
String
?
=
this.name
)
:
TypeSpec.Builder