-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core.transform-kit): 检查缺少方法时先看旧类是否有实现
典型的场景应该是androidx等库对新版本Android SDK新增API的依赖非常及时, 但这些依赖并不总是有用。在低版本Android SDK上编译时,新增API不存在对 这些库实际上没有影响。 我们检查替换类名时也应该先看看原先依赖的方法是否能找到。如果本来就找不到, 那我们的新类也没必要一定实现缺失的方法。 #1251
- Loading branch information
Showing
1 changed file
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters