is there a repo for some common/standard kotlin ex...
# announcements
g
is there a repo for some common/standard kotlin extensions? I was just about to implement some extension methods (maybe properties?) for
Int
to convert an
Int
into a
java.time.Duration
, though I suspect somebody's already done it and perhalps they've even documented their thought process on extension props vs methods for me.