cannot use kotlinx-coroutines-bom in ver 1.6.3 since it always tries to download a jar #3338
Closed
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
Labels
No labels