Kotlin plugin asks to be added to the root project as well but doing so makes the build crash!

Kotlin plugin is applied to the project :business_module:module_rank but we cannot find the KaptTask. Make sure you apply the kotlin-kapt plugin because it is necessary to use kotlin with data binding.

it’s my error message, i don’t konw how deal it