Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration with name 'kapt' not found. #34

Open
jabi1995 opened this issue Dec 23, 2019 · 0 comments
Open

Configuration with name 'kapt' not found. #34

jabi1995 opened this issue Dec 23, 2019 · 0 comments

Comments

@jabi1995
Copy link

jabi1995 commented Dec 23, 2019

I am using Android Studio 3.5.3 and gradle v.5.6.1 when trying to sync project with
apply plugin: 'fastlayout' facing this error in building of Gradle Configuration with name 'kapt' not found.. after changing the line of applying plugin the other error found **Cannot change dependencies of configuration ':app:debugApi' after it has been included in dependency resolution.
**

What should I do to prepare it?

regards

UPDATE:

After Searching found the answer :
add these lines to gradle

apply plugin: 'kotlin-kapt'
apply plugin: 'fastlayout'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant