Skip to content

Instantly share code, notes, and snippets.

@hasankucuk
Created May 19, 2020 10:39
Show Gist options
  • Save hasankucuk/8fa29acae876139204f8838bb89952b8 to your computer and use it in GitHub Desktop.
Save hasankucuk/8fa29acae876139204f8838bb89952b8 to your computer and use it in GitHub Desktop.
fun myDelegate(): ReadWriteProperty<Nothing?, Int> =
object : ReadWriteProperty<Nothing?, Int> {
...
}
val foo: Int by myDelegate()
var bar: Int by myDelegate()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment