InputStream to String in Kotlin 1. Overview In this brief tutorial, we’ll find out how to read an InputStream into a String. Kotlin provides an easy way to perform the conversion. However, there are still some nuances to consider when working with resources. Plus, we’ll cover special cases, like reading up… Continue Reading kotlin-inputstream-to-string