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".
Dagger 2.53 bumped
org.jetbrains.kotlin:kotlin-metadata-jvmto2.0.0-Beta5(9a94d19). Sincekotlin-metadata-jvmdepends onkotlin-stdlibthis 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".