Error building com.google.android.gms:play-services-basement

I am having the following error when building for Android. I tried all the things online I’ve seen but no success yet:

* What went wrong:
Failed to capture fingerprint of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check.
> The library com.google.android.gms:play-services-basement is being requested by various other libraries at [[15.0.1,15.0.1]], but resolves to 16.0.1. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.

Any idea on how to solve this?

Thanks!