Skip to content

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

Closed
@vivekmalhotragithub

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions