Where could I look up more advances use cases of K...
# getting-started
d
Where could I look up more advances use cases of Kotlin’s delegates / delegated properties? Are there some parts of the stblib where they are more heavily used? Or perhaps some 3rd party lib? Thanks!
v
More heavily than what? Most of the standard property delegates are inside
Delegates
Many frameworks use them in there dsl, for example https://github.com/kohesive/injekt or https://github.com/JetBrains/Exposed
d
Well, “heavily used” was a poor way to describe what I’m looking for. I’m keen on seeing different kind of use cases where delegated properties are used. But I’ll be sure to take a look at those libs. Thanks!
a
especially the Android part heavily uses Delegated properties