annotations, because the used coroutines API is no longer experimental (#28)
• Refactored all samples (#29)
• Updated docs (#31, #32)
👀 1
🎉 5
:cool-doge: 1
:kotlin-intensifies-purple: 2
Here is one of the possible ways:
a
Andrew Steinmetz
05/02/2022, 4:56 PM
The DSL looks like a nice improvement for making stores!
🎉 1
@Arkadii Ivanov One question about the DSL now that I'm looking at it, is it possible to have intents be an exhaustive when statement instead of hooking into each individual intent subclass? I personally prefer using the when statement because the ide has that shortcut for adding remaining branches which makes it very easy to ensure an intent wasn't missed.