View Binding not work with “Include”: incompatible types: ProgressBarLayoutBinding cannot be converted to ViewDataBinding
问题 Android Studio 3.6. Canary 12 build.gradle: buildscript { ext.kotlin_version = '1.3.50' ext.RETROFIT_VERSION = '2.6.0' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.6.0-alpha12' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } in app/build.gradle: apply plugin: 'com.android.application' apply plugin: