as in title:
Augment assignment and increment are not supported for local delegated properties ans inline properties
- I get this for a following piece of code:
var timer by someDelegate { }
timer += someOtherValue
which compiled perfectly as long as half an hour ago. Cleaning the project and resetting Android Studio did not help.