---
title: "LocalConfiguration"
description: "The Android [Configuration]. The [Configuration] is useful for determining how to organize the
UI."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
val LocalConfiguration =
compositionLocalOf<Configuration> { noLocalProvidedFor("LocalConfiguration") }
```


The Android `Configuration`. The `Configuration` is useful for determining how to organize the
UI.



