Cangol-app-uiframe api 与 implementation api: 当其他模块依赖此模块时,此模块使用api声明的依赖包是可以被其他模块使用 implementation:当其他模块依赖此模块时,此模块使用implementation声明的依赖包只限于模块内部使用,不允许其他模块使用。