alibaba / ARouter

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

支持KSP 提升编译速度 #959

Open niuzhihua opened 3 years ago

niuzhihua commented 3 years ago

提升构建速度建议:使用 KSP 1.0 (Kotlin Symbol Processing) 代替 kapt 缩短构建时间

iamZ2z commented 2 years ago

现在已经支持ksp了吗

tanranran commented 2 years ago

同求

jijiangrui commented 2 years ago

顶一下

xs93 commented 2 years ago

顶一下

kouhengsheng commented 1 year ago

同问

ccccmmmz commented 1 year ago

支持ksp, #1030 欢迎测试和提意见 怎么使用你的ksp呢最近在kapt切换ksp

JailedBird commented 1 year ago

使用三方KSP插件 com.github.JailedBird:ArouterKspCompiler替换项目com.alibaba:arouter-compiler插件, 对代码无侵入,可替换性强, 支持多个Kotlin版本; https://github.com/JailedBird/ArouterKspCompiler