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
Describe the bug
The dependency "androidx.work:work-runtime-ktx:2.5.0" is missing in the app level build.gradle file which leads to an 'unresolved class' error in line 23 on AndroidManifest.xml
Expected behavior
The build.gradle file should include the line: implementation "androidx.work:work-runtime-ktx:2.5.0"
Desktop (please complete the following information):
OS: Windows 10 Home
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The dependency "androidx.work:work-runtime-ktx:2.5.0" is missing in the app level build.gradle file which leads to an 'unresolved class' error in line 23 on AndroidManifest.xml
Expected behavior
The build.gradle file should include the line: implementation "androidx.work:work-runtime-ktx:2.5.0"
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: