aleyn97 / router

Routing framework for Android.
Apache License 2.0
96 stars 11 forks source link

property 'moduleName' because it has no value available. #9

Open qiushihang opened 3 weeks ago

qiushihang commented 3 weeks ago

Could not create task ':station_home:kspDebugUnitTestKotlin'. Cannot query the value of task ':station_home:compileDebugUnitTestKotlin' property 'moduleName' because it has no value available.

我使用了你的框架,报错,求助怎么解

aleyn97 commented 2 weeks ago

Could not create task ':station_home:kspDebugUnitTestKotlin'. Cannot query the value of task ':station_home:compileDebugUnitTestKotlin' property 'moduleName' because it has no value available.

我使用了你的框架,报错,求助怎么解

每个模块的 build.gradle 都要 加 apply plugin: 'aleyn-router' 这个插件的