Do you use `core` package in your apps and what do...
# android-architecture
k
Do you use
core
package in your apps and what do you usually put in core package?
j
Yes but multiple.. like threads, constants, ux utils, ktx etc
🙌 1
If its a single core/common it can become bloated beyond its original intent over time and can lead to I need to share this class across 2 modules
Or sometimes build something and then something similar gets added to an androidx package now you have 2