Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : @Serializable Any> storeOf(file: Path, version: Int, default: T? = null, enableCache: Boolean = true, json: Json = DefaultJson, versionPath: Path = Path("$file.version"), noinline migration: Migration<T> = DefaultMigration(default)): KStore<T>
Creates a store with a versioned encoder and decoder Note: An additional file will be written to manage metadata on the same path with .version
suffix