State Saver KotPreferences

This module provides the functionality to save and use the last show changelog version. It uses my KotPreferences library for this purpose.

val changelogStateSaverKotPrefs = ChangelogStateSaverKotPreferences(DemoPrefs.lastShownVersionForChangelog) // pass in any StorageSetting<Boolean> from KotPreferences

// use this state saver with ComposeChangelog