Adding a line like this
exports com.example.runtime.app; // Only for the integration tests in this module (com.example.runtime.app)
will make the Plugin think that the Module Name is (com.example.runtime.app) because it recogniues 'module' in the comment as the module keyword.