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
Based on the imports in the Kotlin files, add the required third_party dependencies to make the libraries build. Check the Useful links section for a list of third_party dependencies. You will also need to add the non third_party dependencies.
Add the directory to the MIGRATED_PROD_FILES of the module's root BUILD.bazel file
Add the libraries to the list of deps dependencies in the targets that require the library
You will have to set the apropriate visbility. See the list of visibilities in the link below.
This task is part of the build system migration from Gradle to Bazel.
Prerequesites
Task
utility/src/main/java/org/oppia/android/util/data
Based on the imports in the Kotlin files, add the required third_party dependencies to make the libraries build. Check the Useful links section for a list of third_party dependencies. You will also need to add the non third_party dependencies.
Add the directory to the MIGRATED_PROD_FILES of the module's root BUILD.bazel file
Add the libraries to the list of deps dependencies in the targets that require the library
You will have to set the apropriate visbility. See the list of visibilities in the link below.
Clean up any unused deps dependencies
Verify that the app builds
Useful links
The text was updated successfully, but these errors were encountered: