https://kotlinlang.org logo
o

orangy

09/27/2015, 1:39 PM
You don’t need to implement ReadWriteProperty, all you need to provide is get/set methods of the specified signature. So basically you can just define extension methods get/set on ParseObject and use it directly without any “delegate”.