i was trying to use Text to Speech in KMP , and it...
# ios
a
i was trying to use Text to Speech in KMP , and its works fine normally but if i use it with jetbrains compose its give me an error . check screenshot . and the fix is quite simple too , i just had to import the API . but i am making a library so i need a permanent solution .the easiest way to reproduce is to use official template https://github.com/JetBrains/compose-multiplatform-ios-android-template.git and use TextToSpeech for ios . here is an example of the problem . https://github.com/naser09/IOSBugAVFAudio.git . any help ?