Dmytro Serdiuk
09/28/2023, 5:00 PMRick Clephas
09/28/2023, 7:04 PMiosSimulatorArm64
• iosX64
• iosArm64
They all have their own version of an ObjC declaration generated by the cinterop task for that target.
Now your project likely has an iosMain
source set that contains all iOS specific Kotlin code.
cinterop commonization will make sure that all common declarations from your iOS targets are available in your iosMain
source set.Dmytro Serdiuk
09/28/2023, 7:05 PM