Je viens de commencer à utiliser Android Studio 3.0.0, mais chaque fois que j'essaie de créer mon projet, j'obtiens cette erreur:
Error:Circular dependency between the following tasks:
:app:compileDebugKotlin
+--- :app:dataBindingExportBuildInfoDebug
| \--- :app:compileDebugKotlin (*)
\--- :app:kaptDebugKotlin
\--- :app:dataBindingExportBuildInfoDebug (*)
(*) - details omitted (listed previously)
j'utilise
kapt "com.android.databinding:compiler:2.2.0"
Avant que j'utilise
androidProcessor "com.android.databinding:compiler:2.2.0"
Et ça fonctionnait très bien ... Qu'est-ce que je fais mal ??
Merci!