---
title: "currentCompositionContext"
description: "Returns the [CompositionContext] associated for the current composer.

This API is exposed for internal usages only. It should not be invoked outside of the Compose
Runtime"
type: "property"
---

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


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

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@InternalComposeApi
public val currentCompositionContext: CompositionContext
```


Returns the `CompositionContext` associated for the current composer.

This API is exposed for internal usages only. It should not be invoked outside of the Compose
Runtime



