Hello, is there a way in Kotlin to use property de...
# android
k
Hello, is there a way in Kotlin to use property delegates for data classes in constructor? I want to create something like Swift's
Property Wrapper
c
You can put that property in the class body instead of the constructor
k
No. I want to use data class as usual but have additional logic for property getter