Andrei Salavei

Results 7 comments of Andrei Salavei

It seems like behaviour with highlighting clickable text is similar for iOS and Android: https://github.com/JetBrains/compose-multiplatform/assets/78535708/eedfbb52-c430-45cd-8c6c-9d39bea9b9ad I would check if we can adjust initial delay a bit to match iOS timings....

Hi! We're using CMPUIKit static library in compose framework. You're importing 2 frameworks both have own copy of it. I would recommend to use only one top-level dependency of Multiplatform...

Could you please remove everything valuable from your project and upload minimal sources set that reproduces your issue on GitHub to do proper investigation?

Thank you for the reproducer. I can see you're using 4 multiplatform frameworks added via CocoaPods to you iOS app. It's recommended to create [umbrella](https://kotlinlang.org/docs/native-spm.html#exporting-multiple-modules-as-an-xcframework) framework to solve this issue....

> I only need the files from the parent "shared" module in iOSApp, none from the child modules. Thats why I have used implementation() everywhere instead of api() Hmm.. your...

It means your iOS app does not know where to find these frameworks. Something (Someone) should tell this info to iOS app via `Build Settings > Framework Search Paths`. Maybe...

Many thanks for another feature! LGTM, however I want to do some tests, it will take a day or two.