YetAnotherConfigLib

YetAnotherConfigLib

34M Downloads

Delegate provider should provide delegate, not instance of object

slava110 opened this issue ยท 0 comments

commented

) = PropertyDelegateProvider<EntryAddable, T> { thisRef, property ->

Delegate provider should provide delegate like ReadOnlyProperty. It provides instance of category directly instead, which leads to:

Image