Skip to content

Instantly share code, notes, and snippets.

@appspell
Created March 4, 2021 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save appspell/e4d0e3e3b5211bee454cdcf9704ee9b7 to your computer and use it in GitHub Desktop.
Save appspell/e4d0e3e3b5211bee454cdcf9704ee9b7 to your computer and use it in GitHub Desktop.
fun Resources.getRawTextFile(@RawRes resource: Int): String =
openRawResource(resource).bufferedReader().use { it.readText() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment