compose-imageloader
compose-imageloader copied to clipboard
Support tvos 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()
Hi, I find compose-multiplatfrom
doesn't support tvos
yet, need to wait for it to do so.