Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change is necessary because otherwise the build fails with the below exception: ------------------------------------------------------------------------ > Task :mediapicker:kaptDebugKotlin FAILED Annotation processors discovery from compile classpath is deprecated. Set 'kapt.include.compile.classpath=false' to disable discovery. Run the build with '--info' for more details. FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':mediapicker:source-gif:kaptDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.gradle .internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException (no error message) ------------------------------------------------------------------------ FYI: This Dagger update is relatively safe as it is only about couple of bug fixes: - [2.46]: https://github.com/google/dagger/releases/tag/dagger-2.46 - Fixed #3701 and #3838. Updated Dagger to kotlinx metadata 0.6.0. (7cf53031) - [2.46.1]: https://github.com/google/dagger/releases/tag/dagger-2.46.1 - Fixed #3701: Shade kotlinx metadata in Dagger's artifacts to prevent upstream dependency issues. (d593e01)
- Loading branch information