Skip to content

Instantly share code, notes, and snippets.

@rygelouv
Last active July 13, 2020 13:43
Show Gist options
  • Select an option

  • Save rygelouv/9d3d237427e72063e042a422585171f7 to your computer and use it in GitHub Desktop.

Select an option

Save rygelouv/9d3d237427e72063e042a422585171f7 to your computer and use it in GitHub Desktop.
fun <T: Any> Declaration<T>.toService(): Service {
val instance: T = this()
return DefaultService.createService(instance)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment