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

cannot use kotlinx-coroutines-bom in ver 1.6.3 since it always tries to download a jar #3338

Closed
vivekmalhotragithub opened this issue Jun 22, 2022 · 2 comments

Comments

@vivekmalhotragithub
Copy link

Have this in my project pom.xml

           <dependency>
                <groupId>org.jetbrains.kotlinx</groupId>
                <artifactId>kotlinx-coroutines-bom</artifactId>
                <version>${kotlin.coroutines.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

but it tries to download kotlinx-coroutines-bom:1.6.3:jar which does not exist.

@JakeWharton
Copy link
Contributor

Probably a dupe of/same as #3334.

@qwwdfsad
Copy link
Member

Yep, duplicate of #3334

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

3 participants