Open namannigam opened 8 months ago
The code changes intend to declare an automatic module name for the library when used as a dependency within another modular application. As the Building Modules for the Java Module System section of the Gradle doc suggests Building an automatic module, hence following the approach to extend the usability of the library.
This shall help resolve the issue for users facing:error: module not found: twilio within a modular java application.
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.
Fixes
The code changes intend to declare an automatic module name for the library when used as a dependency within another modular application. As the Building Modules for the Java Module System section of the Gradle doc suggests Building an automatic module, hence following the approach to extend the usability of the library.
This shall help resolve the issue for users facing:error: module not found: twilio within a modular java application.
Checklist
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.