Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find io.ktor:ktor-client-websocket:1.2.2. #1

Open
RifqiFadhell opened this issue Mar 18, 2020 · 1 comment
Open

Could not find io.ktor:ktor-client-websocket:1.2.2. #1

RifqiFadhell opened this issue Mar 18, 2020 · 1 comment

Comments

@RifqiFadhell
Copy link

Execution failed for task ':compileKotlin'.

Could not resolve all files for configuration ':compileClasspath'.
Could not find io.ktor:ktor-client-websocket:1.2.2.
Searched in the following locations:
- file:/Users/rifqifadhl/.m2/repository/io/ktor/ktor-client-websocket/1.2.2/ktor-client-websocket-1.2.2.pom
- file:/Users/rifqifadhl/.m2/repository/io/ktor/ktor-client-websocket/1.2.2/ktor-client-websocket-1.2.2.jar

do you have any solving ?

@Yazan98
Copy link
Owner

Yazan98 commented Mar 24, 2020

Execution failed for task ':compileKotlin'.

Could not resolve all files for configuration ':compileClasspath'.
Could not find io.ktor:ktor-client-websocket:1.2.2.
Searched in the following locations:

  • file:/Users/rifqifadhl/.m2/repository/io/ktor/ktor-client-websocket/1.2.2/ktor-client-websocket-1.2.2.pom
  • file:/Users/rifqifadhl/.m2/repository/io/ktor/ktor-client-websocket/1.2.2/ktor-client-websocket-1.2.2.jar

do you have any solving ?

Yes sorry for late .. you can replace the dependency with this version
implementation group: 'io.ktor', name: 'ktor-client-websocket', version: '1.1.4'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants