我有一个带有以下依赖项的 android 注释处理器:
compile 'com.squareup:javapoet:1.10.0'
compile 'com.google.android:android:4.1.1.4'
compile 'com.google.android:support-v4:r7'
在我的处理器中,我访问Activity
并Fragment
上课。我现在需要哪些内容才能使用新的 android x Fragment
?我找不到任何关于这个的...
我天真地尝试添加
implementation 'androidx.fragment:fragment:1.0.0'
// or
implementation 'androidx.appcompat:appcompat:1.0.0'
但这无济于事......