fix gradle dependency stuff

This commit is contained in:
dfsek
2021-07-21 16:18:06 -07:00
parent 7932a97985
commit af1520eb83
4 changed files with 3 additions and 11 deletions
@@ -33,6 +33,6 @@ fun Project.configureDependencies() {
dependencies {
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.0")
"testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.7.0")
"api"("org.jetbrains:annotations:20.1.0")
"compileOnly"("org.jetbrains:annotations:20.1.0")
}
}