summaryrefslogtreecommitdiff
path: root/checker/build.gradle.kts
blob: 536cef9258807f351e016107c4b2c560ead052bc (plain) (blame)
1
2
3
4
5
6
7
8
9
plugins {
    id("orang.java-conventions")
}

dependencies {
    implementation(project(":ast"))
    implementation(project(":core"))
    implementation(project(":utils"))
}