ฉันเพิ่งเริ่มใช้ Android Studio 3.0.0 แต่ทุกครั้งที่พยายามสร้างโครงการฉันได้รับข้อผิดพลาดนี้:
Error:Circular dependency between the following tasks:
:app:compileDebugKotlin
+--- :app:dataBindingExportBuildInfoDebug
| \--- :app:compileDebugKotlin (*)
\--- :app:kaptDebugKotlin
\--- :app:dataBindingExportBuildInfoDebug (*)
(*) - details omitted (listed previously)
ฉันใช้
kapt "com.android.databinding:compiler:2.2.0"
ก่อนที่ฉันจะใช้
androidProcessor "com.android.databinding:compiler:2.2.0"
และมันก็ใช้งานได้ดี ... ฉันทำอะไรผิด ??
ขอบคุณ!