HuolalaTech / hll-wp-therouter-android

A framework for assisting in the renovation of Android componentization(帮助 App 进行组件化改造的动态路由框架)
https://therouter.cn/
Apache License 2.0
1.07k stars 128 forks source link

是用moduleImplementation 在 gradle 5.4.1 报错 #142

Closed winchances closed 5 months ago

winchances commented 5 months ago

是用moduleImplementation 进行源码跟远程依赖切换时,代码块 projects.project.dependencies.add("implementation", project(':' + artifactid), configureClosure)报错,报错内容:Caused by: org.gradle.api.artifacts.UnknownConfigurationException: Configuration with name 'implementation' not found.