usuiat / Zoomable

Jetpack Compose library that enables contents zooming with pinch gesture.
https://usuiat.github.io/Zoomable/
Apache License 2.0
375 stars 20 forks source link

Can't implementation Zoomble library from mavenCentral #115

Closed Ten-Wang closed 11 months ago

Ten-Wang commented 11 months ago

Hi, I try to create a new project and add implementation in gradle

// Coil (Compose Image Loader library) implementation("io.coil-kt:coil-compose:2.2.2") implementation("net.engawapg.lib:zoomable:1.5.1")

the IDE show error message as below:

Failed to resolve: net.engawapg.lib:zoomable:1.5.1

I also try 1.5.0 and got the same error. Should I check anything for use it?


update: Seems my network issue, already fix it.