From 181ff6099b8e46dac870f6a0905a5f323dd506eb Mon Sep 17 00:00:00 2001 From: Anton Nazarov <95toxa95@gmail.com> Date: Thu, 12 May 2022 12:39:56 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22002c0..8e6cee5 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ This plugin eliminates necessity declares a variable. Same example with plugin: **Importance:** * The SaveStateHandle variable mast be declarated in class. * As a key for SaveStateHandle plugin uses name of a annotated variable +* Supported variable types are listed [here](https://developer.android.com/topic/libraries/architecture/viewmodel-savedstate#types). Also, all these types can be specified as a generic param in LiveData or MutableLiveData ## 4 generated methods