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