blob: 22f815c1792ab81509c68e49025cfdfcd875c69a [file] [log] [blame]
plugins {
id 'java-library'
}
java {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}
dependencies {
implementation "com.google.dagger:hilt-core:$dagger_version"
annotationProcessor "com.google.dagger:hilt-compiler:$dagger_version"
}