Hi all :android-wave: , Should I use Kotlin immuta...
# stdlib
a
Hi all 👋 , Should I use Kotlin immutable collections only at the UI layers for Jetpack Composables or I can use them all they way in domain & data layers? What is the recommended approach here? https://github.com/Kotlin/kotlinx.collections.immutable
z
Entirely up to you
If your architecture uses immutable types elsewhere, these collections will probably be more efficient anyway