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
[CMP] no metadata annotations on synthetic classes
prevents adding metadata-visible annotations to synthetic declarations
for example we should not add annotations to classes generated by another compiler plugins
Copy file name to clipboardexpand all lines: plugins/compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/AbstractComposeLowering.kt
Copy file name to clipboardexpand all lines: plugins/compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/ClassStabilityTransformer.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ class ClassStabilityTransformer(
Copy file name to clipboardexpand all lines: plugins/compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/hiddenfromobjc/AddHiddenFromObjCLowering.kt
0 commit comments