add Jabel annotation processor

This commit is contained in:
dfsek
2021-05-15 20:56:14 -07:00
parent a05f837ca2
commit 806b9080f0

View File

@@ -33,6 +33,7 @@ fun Project.configureDependencies() {
dependencies {
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.0")
"testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.7.0")
"annotationProcessor"("com.github.bsideup.jabel:jabel-javac-plugin:0.3.0")
"api"("org.jetbrains:annotations:20.1.0")
}
}