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
fixesJetBrains/compose-multiplatform#4777
`fqName` were used before, but they aren't unique
for example, we can have class, several functions and property
with the same fqName, so descriptors should be used
(they are guaranteed to be unique for current compilation set/module)
Test: tested against Compose Multiplatform testsuite
Change-Id: I44a56c52267e548639a08a949b3e9447422b0533
Signed-off-by: Pavel Shishkin <[email protected]>
Copy file name to clipboardExpand all lines: compose/compiler/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/hiddenfromobjc/HideFromObjCDeclarationsSet.kt
0 commit comments