1.1
Release Highlights
Having LiveData
integration for getting extras data.
Features
- Annotation
@LiveExtra
. To help processor to generateLiveData
data type onBinding
class. And also can combine with another annotation likes:- Annotation
@Required
. To define non null when receive the data from observe. - Annotation
@Mutable
. To define asMutableLiveData
instead ofLiveData
.
- Annotation