What are people’s thoughts on including major (sem...
# library-development
z
What are people’s thoughts on including major (semver) version numbers in library package names? e.g.
com.example.widgets1
vs
com.example.widgets
?
d
I'm in favor of it when it corresponds to binary compatibility breakages, though I'd leave it out for version 1.
Gotta make sure the package names change accordingly too.
z
Just found this: https://jlbp.dev/JLBP-6
d
Yeah I remember when Retrofit did it. Didn't realize adding the library name to the group was novel then too.