Are there any known issues with using composables ...
# k2-adopters
j
Are there any known issues with using composables that are marked as
internal
- getting following for example (with k2 enabled). Also, using Compose Multiplatform in shared KMP code.
Copy code
Symbol @Composable() fun SessionDetailViewShared(session: SessionDetails?, onSpeakerClick: (@R|kotlin/ParameterName|(name = String(speakerId))  String) -> Unit, onSocialLinkClicked: (String) -> Unit): Unit is invisible
tried
1.9.20-Beta-205
and that particular issue doesn't seem to be happening any more. Compose Desktop client building/running fine now but still some issues with iOS/Android clients ....will try to narrow those down a bit more
thank you color 2