Hi! Will the following: ``` Okio.buffer(Okio....
# squarelibraries
d
Hi! Will the following:
Copy code
Okio.buffer(Okio.source(context.assets.open("countries.json"))).use {
      adapter.fromJson(it)
    }
close all intermediate closables? InputStream, source, buffer.