Bruno Blazinc
03/12/2021, 8:35 AMImage
that can handle loading from network? Something that a library like Coil, Glide or Picasso provide.
Eg. Coil: https://github.com/google/accompanist/tree/main/coil
I am creating a Multiplatform Kotlin app(Android & Desktop, iOS in the works) and I wan’t to share the Compose UI code as a module that is imported in the Android and Desktop module. Everything else works fine but I would love to be able to load images in a platform independent way.theapache64
03/12/2021, 8:35 AMtheapache64
03/12/2021, 8:37 AMBruno Blazinc
03/12/2021, 8:42 AMtheapache64
03/12/2021, 9:22 AM