Files
AndroidJava/Kibutz/domain/identity/build.gradle
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

13 lines
236 B
Groovy

plugins {
id 'java-library'
}
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
dependencies {
implementation libs.dagger2
annotationProcessor libs.dagger.compiler
}