kotlin activityrouter mixed-use development activityrouter unresponsive solution

When mixed-use development activityrouter not respond, re-configuration is as follows

In the app gradle

apply plugin: 'kotlin-kapt'
kapt {
arguments {
arg("AROUTER_MODULE_NAME", project.getName())
}
}

kapt "org.jetbrains.kotlin-compiler:1.3.0"

ok you can configure the three pure kotlin development and kotlin mixed-use development with java myself.

Reference  https://blog.csdn.net/mintent/article/details/85340377

Guess you like

Origin www.cnblogs.com/haihai88/p/11022042.html