Stefan Oltmann
09/13/2021, 2:45 PMios()
target bundles iosArm64
& iosX64
I want the architectures iosArm64(), iosSimulatorArm64(), macosX64() and macosArm64() in a common iosMain
& iosTest
source set.
But everything the ios()
method calls is private and I would basicly copy everything to make it work that way. Feels wrong.
What is the intended way to solve that?Trevor Stone
09/13/2021, 2:49 PMBig Chungus
09/13/2021, 2:50 PMStefan Oltmann
09/13/2021, 2:50 PMBig Chungus
09/13/2021, 2:51 PMStefan Oltmann
09/13/2021, 2:56 PMKonstantin Tskhovrebov
09/13/2021, 6:02 PMStefan Oltmann
09/14/2021, 7:18 AMios()
target because it most clearly showcases how to add and remove architectures.
Please keep it that way in the future even if the ios()
target may change.
It's way easier to get started.