Open ScottPierce opened 1 year ago
Supporting tvos should be a very simple add-on. Supporting tvos is the same as supporting ios.
All you would need to do is add the following kotlin multiplatform build targets:
tvosArm64() tvosX64() tvosSimulatorArm64()
Supporting tvos should be a very simple add-on. Supporting tvos is the same as supporting ios.
All you would need to do is add the following kotlin multiplatform build targets: