0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oboe
  2. /
  3. apps
GGitHubUpdate OboeTester to v2.8.15
a64dc687创建于 2 天前历史提交
文件最后提交记录最后更新时间
OboeTester
Update OboeTester to v2.8.152 天前
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 个月前