philipplackner / SpotifyCloneYT

168 stars 131 forks source link

Depenedencies #2

Open EuvolaGG opened 4 years ago

EuvolaGG commented 4 years ago

A problem occurred evaluating project ':app'.

Could not find method kapt() for arguments [com.github.bumptech.glide:compiler:4.11.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

Hello...I got that warning when I sync after copying the dependencies .Why is that?

gabhernandes commented 3 years ago

Oh i had the same issue. The problem is that you need to add

    id 'kotlin-kapt'
    id 'dagger.hilt.android.plugin'
    id 'com.google.gms.google-services'

into your module gradle file