You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compose compiler: Do not add HiddenFromObjC annotation twice
The metadata-visible annotation should be added using only the appropriate API:
`addMetadataVisibleAnnotationsToElement`
Fixes KT-69876
A followup to investigate the root cause: CMP-5670
Copy file name to clipboardExpand all lines: plugins/compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/AbstractComposeLowering.kt
-1
Original file line number
Diff line number
Diff line change
@@ -1044,7 +1044,6 @@ abstract class AbstractComposeLowering(
0 commit comments