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-core:3.0.0-wasm2 #41

Open
AzraelWarrior opened this issue Aug 19, 2024 · 2 comments
Open

Could not find io.ktor:ktor-client-core:3.0.0-wasm2 #41

AzraelWarrior opened this issue Aug 19, 2024 · 2 comments

Comments

@AzraelWarrior
Copy link

Could not find io.ktor:ktor-client-core:3.0.0-wasm2

Connectivity version: 1.1.2

@jordond
Copy link
Owner

jordond commented Aug 19, 2024

For now you need to add the experimental repository to your settings.gradle.kts:

dependencyResolutionManagement {
    repositories {
        // ... other repos

        maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
    }
}

This will be fixed once the dependency is upgraded to the new ktor 3 artifact

@AzraelWarrior
Copy link
Author

thanks a lot

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