libres
libres copied to clipboard
Support tvos build targets
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()