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
Róbert Nagy
05/06/2021, 10:07 AM
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