I want to write a common library that only has com...
# multiplatform
j
I want to write a common library that only has common sourceset and it can be depended from the common main of another mpp project and the codes run on any target. How should I do it?
b
Ya can't. All targets needs to be declared and published explicitly, even if they have no sources
j
So how does something like “coroutine-core” do?
b
They declare all targets explicitly
Also even coroutines-core doesn't cover all the targets
j
So is there a list of all targets?