-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于Gradle编译优化的提示 #128
Comments
我看完了这个内容. 我不太能从中解读出我的插件有什么影响. 因为这块我不是很了解. |
大佬,报这个“API 'android.registerTransform' is obsolete. |
是的, 8.0 出了我就会换的 |
Android14已经发布了,对应的compileSdk 34需要 gradle 8.x,gradle8.x已经移除了 transform |
我知道,这个框架老项目我用过,现在新项目我都直接纯Compose了(路由用的官方Navigation)。传统要用的话我记得货拉拉的好像不错以及有个buterfly来着 |
最新版本支持 8.x 的 Gradle 了 |
别提示了, 能给你过渡还不过渡 问题是纯 Kotlin 和 混合的本就没办法过渡. 没办法给你平稳过渡的. |
主要是模块太多了,全部更换工作量太大,持续开发的情况下,没法安排时间统一更换,还需要协调多个团队。 |
所以新项目建议用 KComponent, 老项目就用 Component 就行, 没啥问题 |
ksp支持 kotlin和java混编,可以处理java的注解。 |
目前只有一个项目,只是模块很多,需要一直维护。 |
不会给你来整 ksp支持 kotlin和java混编 这种工作的. 这里面工作量极大, 而且对项目本身没有啥好处. |
所以就一直用 Component 就行了, 没必要用 KComponent 呀 |
您好,看到Android Studio关于编译优化有两点提示,涉及到了这个组件:
能帮忙看一下这个是否有影响呢?
The text was updated successfully, but these errors were encountered: