Android Developers Develop API reference Stay organized with collections Save and categorize content based on your preferences. CompositionLocalContext Artifact: androidx.compose.runtime:runtime View Source Added in 1.1.0 Common/AllAndroid/JVMNative/C/iOSJavaScript Cmn class CompositionLocalContext Stores CompositionLocal's and their values. Can be obtained via currentCompositionLocalContext and passed to another composition via CompositionLocalProvider. CompositionLocalContext is immutable and won't be changed after its obtaining.