is there some nice small lib for dealing with byte...
# getting-started
e
is there some nice small lib for dealing with byte dimensions (ie: MB, GB)?
m
this is so small you could just copy it into your codebase https://github.com/dmitriyfomin/ShowFileSize
e
I'd like something made for kotlin, with inline classes and converters from one to the other
m
Okay try these, they’re exendable: • http://units.kunalsheth.info/https://github.com/nacular/measured
e
nice, but not value classes 😞
🤷 1