Derek Pennycuff
03/16/2022, 12:37 PMaccompanist-glide
to my project at version 0.7.0 (that was the first example I ran across) and that built fine but crashed on launch with an exception about No interface method startRestartGroup
which seems to be a version incompatibility with compose. So I looked up the most recent versions of both on Maven and adjusted the catalog. Now the build fails saying my import com.google.accompanist.glide.GlideImage
can't resolve. And when I check the external libraries in Android Studio I still see accompanist-glide
0.7.0 not 0.15.0. It's like the update didn't take. But the nature of the error changed (app crash with exception to build fail) so something changed.