原因:下载依赖时使用了runtimeOnly关键字,导致依赖在编译期无法使用,修改为implementation关键字即可。 runtimeOnly:运行时可用依赖 implementation:对编译时的模块可用 api:可传递依赖