Kotlinx 综合和 AndroidX

Kotlinx synthetic and AndroidX

迁移到 AndroidX 后,我发现在 一些 中,并非我的所有 classes kotlinx.android.synthetic 字段现在无法转换为实际class.

Widget has an unresolved type 'androidx.core.widget.DrawerLayout', and thus it was upcasted to 'android.view.View'

kotlinx.android.synthetic 目前与 AndroidX 不兼容吗?

我正在使用 androidxkotlinx.android.synthetic 以及抽屉布局,没有任何问题。我相信抽屉布局标签应该是 androidx.drawerlayout.widget.DrawerLayout.