edvin
03/06/2017, 4:06 PMBooleanProperty
, you just need to specify the type. Do val hasNextRevision: BooleanProperty = bind { item?.hasNextRevisionProperty }
. Also be aware, you have a typo in the hasPrevRevision
binding, you're binding towards the next revision property there as well 🙂