I am creating a new project in Android using the latest Android Studio (Jellyfish 2023.3.1 Patch 1) with the latest Android frameworks and libraries and using Kotlin version catalogs for dependencies management.
For some raison gradle can't find the anyline dependencies, I have tried looking online for any solutions or similar problems, but I found none.
This is the error I get when I synch my project:
Failed to resolve: io.anyline:anylinesdk:51.6.0
and I get this error when I try to build:
_**> Could not find io.anyline:anylinesdk:51.6.0.
Searched in the following locations:
I am creating a new project in Android using the latest Android Studio (Jellyfish 2023.3.1 Patch 1) with the latest Android frameworks and libraries and using Kotlin version catalogs for dependencies management.
For some raison gradle can't find the anyline dependencies, I have tried looking online for any solutions or similar problems, but I found none.
This is the error I get when I synch my project: Failed to resolve: io.anyline:anylinesdk:51.6.0
and I get this error when I try to build: _**> Could not find io.anyline:anylinesdk:51.6.0. Searched in the following locations:
I have one module (app) and here is the build script for it:
verions libs:
And this is my project gradle script
And this the settings gradle file