---
title: "updateLiveLiteralValue"
description: "Updates the value of a [State] object that was created by [liveLiteral] with the same key."
type: "function"
---
## API Reference

### updateLiveLiteralValue

> Source set: Common

```kotlin
public fun updateLiveLiteralValue(key: String, value: Any?)
```

Updates the value of a [State](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/State/api) object that was created by [liveLiteral](/jetpack-compose/androidx.compose.runtime/runtime/functions/liveLiteral/api) with the same key.
