Just about to dive into updating my app to use Goo...
# android
m
Just about to dive into updating my app to use Google Play Billing 3 with coroutines. Before I do, is there anything to note (e.g. recommended 3rd party wrapper, best practices, gotchas etc) or just to follow the official docs? Currently looking at following this official sample (but swapping out LiveData for Flow): https://github.com/android/play-billing-samples/tree/master/ClassyTaxiAppKotlin
d
Please read the channel topic
👎 5
m
It’s absolutely about Kotlin approach to using that library specifically regarding coroutines.