add support for Kotlin/Native iOSSimulatorArm64 and tvOS targets
Striker0629 opened this issue · 1 comments
Striker0629 commented
I can't add use pbandk-runtime in the project with iOSSimulatorArm64 target added
log:
- Incompatible because this component declares a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm' and the consumer needed a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native'
P.S.
It will be great if you add support for tvOS target in future release
garyp commented
Hi @Striker0629. The current release does not have an iOSSimulatorArm64
target defined, which is probably why you're seeing that error. We can add that target for the next release, as well as the tvOS targets.