qdsfdhvh/compose-imageloader

Support tvos targets

Opened this issue · 1 comments

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()

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