Join Slack
Powered by
I found this example of creating a fat-framework f...
# multiplatform
k
kgonyon
04/24/2019, 5:53 PM
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
Dominaezzz
04/24/2019, 6:12 PM
Yes this is possible.
Dominaezzz
04/24/2019, 6:13 PM
Although the IDE will not be very happy about it.
Dominaezzz
04/24/2019, 6:15 PM
https://github.com/Dominaezzz/kgl/blob/master/kgl-glfw/build.gradle.kts
I've done something similar here.
k
kgonyon
04/24/2019, 6:23 PM
I see. Thanks
2
Views
Open in Slack
Previous
Next