When I want to create a multiplatform library In 1.4-rc I must specify at least one target. I would like to be able to create a library that only has common code. And any projects that includes this library should be able to use that code in any target.
Using IR as a target it seems like this should be possible as any target should be able to use ir code. Anyone know if you can do this and how to do it?