Search code examples
androidkotlinkapt

Kotlin didn't compile and the kapt broke down


I try to run my tests and get the following error: enter image description here

Here is full code: https://gist.github.com/mnewlive/91b53af07b2b868e2b9b5968d7a24f0e


Solution

  • I have upgraded to gradle version 7+ made all the necessary changes, it was also possible to roll back to earlier versions, which also solved my problem, but I decided to install the most current changes.