Add support for Lombok in :api

This commit is contained in:
2021-03-26 23:29:34 +01:00
parent 7d114e9bae
commit 8bdd421f63
3 changed files with 4 additions and 2 deletions

View File

@@ -13,4 +13,5 @@ dependencies {
implementation "org.joml:joml:${jomlVersion}"
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation "org.apache.commons:commons-math3:${apacheCommonsVersion}"
implementation "org.projectlombok:lombok:${lombokVersion}"
}