ursus
09/21/2021, 12:42 AM:moshix
? or more conservative :base-moshi
? (:sqdelightx
, :retrofitx
etc)
same goes for my custom Flow
operators, since flow likes to keep it bare bonesAdam Powell
09/21/2021, 12:56 AMfoox
usually implies that you own foo
, yourlibrary-otherlibrary
is common, but there are as many opinions on this as stars in the universeursus
09/21/2021, 12:59 AMext-moshi
? moshi-utils
?Adam Powell
09/21/2021, 1:09 AMyourlibraryname-moshi
or something 🤷♂️Joffrey
09/21/2021, 9:30 AMlibraryname-ktx
AFAICT, but as @Adam Powell said it sort of implies you own the lib.Adam Powell
09/21/2021, 2:08 PM-ktx
is highly specific and only indicates converting the "host" library's existing APIs to more idiomatic kotlin usage, not adding new featuressuspend
extensions to a library otherwise heavily based on callbacks or ListenableFuture
Joffrey
09/21/2021, 2:13 PMx
, ext
or the likes.