android databinding unit test error Failed to parse data binding compiler options. Params:

后端 未结 1 1136
南笙
南笙 2021-01-01 21:08

When I try to setup unit test for my kotlin android project, I met the following error. Any one has met this kind of issue before?

This has been marked as a bug on o

相关标签:
1条回答
  • 2021-01-01 21:51

    You need to add apply plugin: 'kotlin-kapt' to your application gradle file. Explanations in this article (New Experimental Annotation Processing) https://blog.jetbrains.com/kotlin/2016/09/kotlin-1-0-4-is-here/#sthash.y5NtHdYW.dpuf

    0 讨论(0)
提交回复
热议问题