qdsfdhvh / compose-imageloader

Compose Image library for Kotlin Multiplatform.
https://qdsfdhvh.github.io/compose-imageloader/
MIT License
390 stars 15 forks source link

Support tvos targets #301

Open ScottPierce opened 9 months ago

ScottPierce commented 9 months 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()
qdsfdhvh commented 9 months ago

Hi, I find compose-multiplatfrom doesn't support tvos yet, need to wait for it to do so.