Skip to content

Dagger 2.53 causes unstable transitive dependency kotlin-stdlib #4525

@G00fY2

Description

@G00fY2

Dagger 2.53 bumped org.jetbrains.kotlin:kotlin-metadata-jvm to 2.0.0-Beta5 (9a94d19). Since kotlin-metadata-jvm depends on kotlin-stdlib this will also affect stdlib version used at the pre compile task.

We have a check in our Gradle setup which fails the build if a dependency was selected by conflict resolution and the new version is not stable (https://gist.github.com/G00fY2/c852322a18b187f40bb884a85065c57f).

Would be nice if dagger ships only stable dependencies.

I know that this will not affect runtime classpath, but still wanted to raise this "issue".

Metadata

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