I found this example of creating a fat-framework f...
# multiplatform
k
I found this example of creating a fat-framework for iOS https://github.com/ilmat192/kotlin-native-gradle-samples/blob/master/fat-framework/build.gradle.kts. Is there anyway to make all iOS targets use the same source set? The way the sample is set up each architecture has a different set of source files.
d
Yes this is possible.
Although the IDE will not be very happy about it.
k
I see. Thanks