Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
oboe
/
apps
下载当前目录
G
GitHub
Update OboeTester to v2.8.15
a64dc687
创建于
2 天前
历史提交
文件
最后提交记录
最后更新时间
OboeTester
Update OboeTester to v2.8.15
2 天前
fxlab
Refactor: Use View Binding and remove Data Binding (#2328) Switches `MainActivity.kt` from using Data Binding to using View Binding. This was possible after removing the root `<layout>` tag from `activity_main.xml`, as the file was only using the layout wrapper for view access. This change: * Removes the dependency on Data Binding utilities (`DataBindingUtil`). * Eliminates the need for the `kotlin-kapt` plugin and the (implicit) `databinding-compiler` dependency, simplifying the build process. * Modern Android prefers KSP and so removing KAPT makes this module compatible with current apps builds.
6 个月前