Image
Jetpack Composeで画像ファイルを扱うために,Coil,Glideが使用できます(https://developer.android.com/develop/ui/compose/graphics/images/loading?hl=ja).
Coil:AsyncImage,rememberAsyncImagePainterは問題なく使用できます(https://coil-kt.github.io/coil/compose/).
Glide:GlideImageは問題なく使用できますが,GlideSubcompositionは1.0.0-beta02~1.0.0-beta10で使用できないようです(1.0.0-beta01で使用できます,https://bumptech.github.io/glide/int/compose.html).