https://kotlinlang.org logo
#android-architecture
Title
# android-architecture
k

K Merle

08/14/2021, 5:46 PM
Do you use
core
package in your apps and what do you usually put in core package?
j

Jeremy

08/19/2021, 9:29 PM
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
2 Views