Circular dependency between the following tasks:

刚导入的项目不能运行,WTF。下面是控制台报的问题及怎么解决,记录一下

Error:Circular dependency between the following tasks:
:app:compileDebugKotlin
\--- :app:kaptDebugKotlin
     \--- :app:compileDebugKotlin (*)
(*) - details omitted (listed previously)

Stack Overflow上说这是Kotlin Gradle plugin1.1.2-4里面的一个bug,只要改版本到1.1.2-2就行了。我把它改成1.1.3也可以,大体应该是kotlin gradle plugin版本问题,大家自行测试。
附上问题解决的页面url:https://stackoverflow.com/questions/44035504/how-to-use-data-binding-and-kotlin-in-android-studio-3-0-0

你可能感兴趣的:(kotlin,kotlin)