Using Coil3 beta07 in Compose Multiplatform 1.6 #2354
Unanswered
Vocaloid2048
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry for asking a dumb question
I've tried to read documents about Coil3 and finished the gradle implementation.
(Since I won't use okhttp, so I've only added it)
However, I can only see ImageLoader while searching (shown below)
![image](https://private-user-images.githubusercontent.com/47070571/346305746-7eec2416-95ca-4996-8213-1e32d6f99081.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NDc0MTYsIm5iZiI6MTczODg0NzExNiwicGF0aCI6Ii80NzA3MDU3MS8zNDYzMDU3NDYtN2VlYzI0MTYtOTVjYS00OTk2LTgyMTMtMWUzMmQ2Zjk5MDgxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDEzMDUxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVhMmQ3Mjg3Y2Q1Zjc2NGY1ZTI3ODg2Yzk1MWNmOGEwZjFhZWI5YTBhZTkzZmNmODJkODNlMDFkZDJiMjgxZGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kF5zgV5hGDs0rEWuauziS9UhnP9FxqMmY9IyWFTbkL4)
I'm unsure whether I made any wrong settings that AsyncImage does not find...
Besides, is it still possible to asyc-read image from Res.getUri()?
Thx for giving help!
Beta Was this translation helpful? Give feedback.
All reactions