You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buongiorno,
sto cercando di integrare la libreria in un progetto di prova Kotlin.
Appena provo a far partire il sync el build.gradle.kts ottengo l'errore
Failed to resolve: it.inps.spid:library:1.0.10
<a href="open.dependency.in.project.structure">[Show in Project Structure dialog](https://github.com/INPS-it/SPIDlibraryAndroid/issues/open.dependency.in.project.structure)</a>
Affected Modules: <a href="openFile:C:/Users/.../app/build.gradle.kts)/build.gradle.kts">app</a>
Buongiorno, suggeriamo di verificare che questa parte sia compilata correttamente inserendo i propri dati (username e password): repositories { maven { setUrl("https://maven.pkg.github.com/INPS-it/SPIDlibraryAndroid") credentials { username = <username> password = <password> } } }
e di puntare all'ultima versione del package, ovvero la 1.0.11
Buongiorno,
sto cercando di integrare la libreria in un progetto di prova Kotlin.
Appena provo a far partire il sync el build.gradle.kts ottengo l'errore
di seguito il build.gradle.kts
Qualche suggerimento?
The text was updated successfully, but these errors were encountered: