socket.io-client-java icon indicating copy to clipboard operation
socket.io-client-java copied to clipboard

Failed to resolve: io.isRooted:socket.io-client:2.1.2

Open cobertgael opened this issue 10 months ago • 0 comments

Describe the bug when i try to compile i have this error To Reproduce

Socket.IO server version: 2.1.2

implementation ('io.isRooted:socket.io-client:2.1.2') { exclude group: 'org.json', module: 'json' }

Execution failed for task ':app:checkInterpreterReleaseDuplicateClasses'.

Could not resolve all files for configuration ':app:interpreterReleaseRuntimeClasspath'. Could not find io.isRooted:socket.io-client:2.1.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/io/isRooted/socket.io-client/2.1.2/socket.io-client-2.1.2.pom - https://jcenter.bintray.com/io/isRooted/socket.io-client/2.1.2/socket.io-client-2.1.2.pom - https://jitpack.io/io/isRooted/socket.io-client/2.1.2/socket.io-client-2.1.2.pom - https://maven.google.com/io/isRooted/socket.io-client/2.1.2/socket.io-client-2.1.2.pom - https://repo.maven.apache.org/maven2/io/isRooted/socket.io-client/2.1.2/socket.io-client-2.1.2.pom

cobertgael avatar Mar 09 '25 19:03 cobertgael