tylerwilson
06/03/2021, 1:14 PMGlobalScope.apply {
launch(ApplicationDispatcher) {
try {
val result: String = client.get {
I know that GlobalScope is now a ‘delicate’ API. What is the preferred/canonical/best way to launch network calls in common code now? Thanks!Sam
06/03/2021, 1:27 PMtylerwilson
06/03/2021, 1:28 PM"mutation attempt of frozen kotlin.collections.HashMap@2b05c28"
did you find a fix?Sam
06/03/2021, 1:32 PMtylerwilson
06/03/2021, 1:33 PMAnkit Dubey
06/03/2021, 1:36 PMSam
06/03/2021, 1:42 PMuseAlternativeNames = false
tylerwilson
06/03/2021, 1:43 PM