Skip to content

Instantly share code, notes, and snippets.

@steliosfran
Created November 17, 2022 09:35
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 steliosfran/2ec23cd1982b3daf383fee1b0ea22c42 to your computer and use it in GitHub Desktop.
Save steliosfran/2ec23cd1982b3daf383fee1b0ea22c42 to your computer and use it in GitHub Desktop.
fun createMoshi(): Moshi {
return Moshi.Builder()
.add(EnumJsonAdapter.create(Role::class.java)
.build()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment