For documentation see MODULARIZATION.md. You should not expose these access tokens in publicly-accessible source code where unauthorized users might find them. Instead, you should store them somewhere ...
// root build.gradle classpath 'cn.therouter:plugin:1.3.2' // app module apply plugin: 'therouter' // dependencies kapt "cn.therouter:apt:1.3.2" implementation "cn.therouter:router:1.3.2" The library ...