BTW, the first block… ```withContext(Dispatchers.D...
# touchlab-tools
k
BTW, the first block…
Copy code
withContext(Dispatchers.Default) {
            println("It will reach here")
        }
Does not reference
log
. If you add that, it’ll fail there.