Closed iLucasLiu closed 1 year ago
你没找到而已吧……
你没找到而已吧……
me.saket.telephoto.zoomable.glide.ZoomableGlideImage从glide开始就找不到这个包了。 com.github.panpf.zoomimage.GlideZoomAsyncImage 也是类似找不到。
引入的是下面这两个 implementation "me.saket.telephoto:zoomable-image-glide:0.6.2" implementation "io.github.panpf.zoomimage:zoomimage-compose-glide:1.0.0-beta03"
那就是你没拉到依赖吧。另外,那些只是我为 Matisse 提供的一些示例代码而已,并不包含在 Matisse 的源代码内,你这些问题已经超出 Matisse 的范畴了
implementation("me.saket.telephoto:zoomable-image-glide:${zoomableImageVersion}") val zoomableImageVersion = "0.6.2"
我引用完只有ZoomableImage,但没有ZoomableGlideImage。