Summary:
When utilizing the most recent version of this library, the internal build may fail due to dependencies being used throughout the library.
implementation "androidx.core:core-ktx:+"
Steps to reproduce:
Use the latest version on your project and run ./gradlew assemble.
Using a specific version of this library "androidx.core:core-ktx:+" can fix this bug.