kotlinpoet
Toggle table of contents
2.2.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
PropertySpec
/
Builder
/
mutable
mutable
jvm
fun
mutable
(
mutable
:
Boolean
=
true
)
:
PropertySpec.Builder
True to create a
var
instead of a
val
.