jadepeakpoet / ARouter

💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)
Apache License 2.0
153 stars 33 forks source link

@Autowired 使用:java.lang.reflect.InvocationTargetException (no error message) #8

Open helloword1 opened 1 year ago

helloword1 commented 1 year ago

A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction java.lang.reflect.InvocationTargetException (no error message)

jadepeakpoet commented 1 year ago

请提供问题发生时的gradle版本,AGP版本和kotlin版本,以及使用的ARouter库版本

另外,使用以下命令( --stacktrace参数)可以获取更多的错误信息 ./gradlew clean assembleDebug --stacktrace