<How to use Dispatchers.IO correctly to read local...
# stackoverflow
r
How to use Dispatchers.IO correctly to read local files on Android? In the Android documentation it says the following: Dispatchers.IO - This dispatcher is optimized to perform disk or network I/O outside of the main thread. Examples include using the Room component, reading from or writing to files, and running any network operations. In my application I need in some cases to read .json files located in the assets directory, convert those...