0.4.0
- Update dependencies by @cmota #14 #20 #21.
- Fix loading
ImageVector
inlazyPainterResource
. - Prevent loading data many times in
lazyPainterResource
by usingremember(data, resourceConfig)
. - Fix catching exceptions in
Flow
by @Syer10 #18. - Remove unused dependencies by @Syer10 #19.
- Add a handy function
httpFetcher(client: HttpClient)
to pass Ktor client directly #16.