You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: