Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c8469da210
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| dependencies { | ||
| implementation project(":configuration") | ||
| implementation project(":client") |
There was a problem hiding this comment.
Register connectors module in settings.gradle
The new connectors module is added to the repo (this build.gradle and sources), but the root settings.gradle does not include connectors, so Gradle will not build, test, or publish this module in the multi-project build. This means the generated APIs won’t ship as part of the SDK unless the module is explicitly included. I checked the root settings.gradle in this commit and it still lists the existing modules only.
Useful? React with 👍 / 👎.
No description provided.