You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kotlin/Native 1.3.60 will add support for tvOS and watchOS-based targets.
Since these targets are similar to iOS-based targets, adding them to the appropriate build.gradle should be sufficient.
Targets:
watchos_x86
watchos_arm32
watchos_arm64
tvos_x64
tvos_arm64
The text was updated successfully, but these errors were encountered:
Any update on this? We are working on a multiplarform app and would like to target tvOS too. Any roadmap when you plan to add this, or at least whats the prioritization for you guys internally?
i.e. lets say if it takes another 2-3 months just because you have other / higher priorites (would be understandable), then we have to rethink our whole project and not target tvOS at all. I would really appreciate if you could just share some rough insides how important it is for you to get tvOS support soonish.
Kotlin/Native 1.3.60 will add support for tvOS and watchOS-based targets.
Since these targets are similar to iOS-based targets, adding them to the appropriate
build.gradle
should be sufficient.Targets:
The text was updated successfully, but these errors were encountered: