Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created May 27, 2021 23:46
Show Gist options
  • Save victorbrndls/da249c01730ddd4dbc0d5a520c3d8a1a to your computer and use it in GitHub Desktop.
Save victorbrndls/da249c01730ddd4dbc0d5a520c3d8a1a to your computer and use it in GitHub Desktop.
val channel = AndroidChannelBuilder
.forAddress("127.0.0.1", 9090)
.context(androidContext)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment