Hi Fork, is there any documentation how iOS code w...
# multiplatform
n
Hi Fork, is there any documentation how iOS code we are writing in kotlin in shared module inside iosApp module when it come specific to Platfrom if i want to access camera or filemanager then what will be the process to put in common module
r
You should be able to pull in dependencies with cocoapods into the iOS/Apple sourcets and then use them. NSFramework dependencies should be importable by default AFAIK