Загрузка изображения в Compose Display Image
AsyncImage(
model = "https://example.com/image.jpg",
contentDescription = null
)
Sore Shrew
AsyncImage(
model = "https://example.com/image.jpg",
contentDescription = null
)