I'm building a snapshot version of an experimental library that uses an androidx KMP library that doesn't have a jetbrains CMP port yet (navigation3).
I currently can't compile my library for iOS targets since the library has no iOS target yet. Is there a way to tell gradle to allow compilation for iOS even though a dependency in commonMain doesn't have an iOS target?
Or more specifically, how do jetbrains CMPify androidx compose artifacts without iOS targets when packaging their CMP versions?