Android Studio – Set all values in a mutableStateMap to a default value without the replaceAll{} or forEach{} collections
So I have a problem in Android Studio where the use of the replaceAll{} and forEach{} collections on a mutableStateMap requires minimum level of SDK 24. This is a legacy codebase and cannot move off 23 for now. A brief…