Skip to content
#

kotlin-delegation

Here are 5 public repositories matching this topic...

In Kotlin, property delegation is a language feature that allows you to delegate the implementation of a property to another object. One type of property delegation is the lazy delegation, which allows you to delay the initialization of a property until it is actually used for the first time.

  • Updated May 2, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the kotlin-delegation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-delegation topic, visit your repo's landing page and select "manage topics."

Learn more