---
title: "LocalRemoteContext"
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Android

```kotlin
public val LocalRemoteContext: ProvidableCompositionLocal<RemoteContext> = compositionLocalOf {
    throw IllegalStateException("No remote context")
}
```
