You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: