Hello does anyone know how to add dependencies in ...
# android
v
Hello does anyone know how to add dependencies in Android Studio Canary version, Gradle 7.3? I want to add Dagger-Hilt in my project Because in the https://developer.android.com/training/dependency-injection/hilt-android, it still uses classpath while in my project it uses id  (for example : id 'com.android.library' version '7.2.0-alpha06' apply false) Thank you in advance
😶 2