9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.google.dagger:dagger:2.50")
|
|
annotationProcessor("com.google.dagger:dagger-compiler:2.50")
|
|
}
|