Hey folks :slightly_smiling_face: Quick question - is there a specific reason why `eventually` using...
m
Hey folks ๐Ÿ™‚ Quick question - is there a specific reason why
eventually
using kotlins
Duration
is still marked with
@ExperimentalTime
? I think since 1.6.0 Duration isn't experimental anymore ๐Ÿค”
e
good question.. Thereโ€™s nothing to really help you remove those annotations once a feature goes stable. Iโ€™ll try to remove some
@ExperimentalTime
and see how it goes.
Removed a lot of those annotations. Think we can include it in next patch release :)
โค๏ธ 1
๐Ÿ‘ 2
m
Cool, thanks ๐Ÿ™‚
p
need an
x.isExperimental()
assertion ๐Ÿ™‚
๐Ÿ˜ 1
s
5.0.2 is out with those annotations removed
๐Ÿ™Œ 1