Any particular reason why `buildList` and friends ...
# stdlib
f
Any particular reason why
buildList
and friends are still experimental in Kotlin 1.4?
m
I guess because it relies on
@BuilderInference
which is still experimental.
f
Probably, yeah...
n
how/where can I report a tiny issue with the
buildList
documentation: there are 2 variants (one with initial capacity, one w/o) but the example for the one w/o initial capacity uses the other one (i.e. there is an extra
(x.size + 2)
that should be removed from the first example)
m
You can report issues here: https://kotl.in/issue