diff --git a/topics/compose/compose-resource-environment.md b/topics/compose/compose-resource-environment.md index 719790ab..fd0ccd23 100644 --- a/topics/compose/compose-resource-environment.md +++ b/topics/compose/compose-resource-environment.md @@ -75,7 +75,6 @@ provide the corresponding declarations for each platform using the platform-spec 3. In the iOS source set, add the `actual` implementation that modifies `NSLocale.preferredLanguages`: ```kotlin - @OptIn(InternalComposeUiApi::class) actual object LocalAppLocale { private const val LANG_KEY = "AppleLanguages" private val default = NSLocale.preferredLanguages.first() as String