Version 1.2.0
- Add the option to automatically save the instance state of all activities and fragments from the support library
public class App extends Application {
@Override
public void onCreate() {
super.onCreate();
StateSaver.setEnabledForAllActivitiesAndSupportFragments(this, true);
}
}
- Support Kotlin in Lint checks