Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 346 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 346 Bytes

Dagger DSL

KSP processor generated dagger structured files.

repositories {
    mavenCentral()
    maven { url = uri("https://jitpack.io") }
}
plugins {
    id("com.google.devtools.ksp") version "1.9.24-1.0.20"
}
dependencies {
    ksp("com.github.antonbutov:dagger-dsl-processor:<$last-version>")
}