<@U1TCY49GT>, thus it's better to make `get` untyp...
# getting-started
i
@dstarcev, thus it's better to make
get
untyped, and cast value on a call-site:
Copy code
fun get(key: String): Any?
...
val intValue = kvStore.get("key") as Int