---
title: "enableLiveLiterals"
description: "When called, all live literals will start to use their values backed by [MutableState]."
type: "function"
---
## API Reference

### enableLiveLiterals

> Source set: Common

```kotlin
public fun enableLiveLiterals()
```

When called, all live literals will start to use their values backed by [MutableState](/jetpack-compose/androidx.compose.runtime/runtime/interfaces/MutableState/api).

Caution: This API is intended to be used by tooling only. Use at your own risk.
