dependencies { compileClasspath(annotationProcessor("org.projectlombok:lombok:1.18.22")) testImplementation(project(path: ":api", configuration: "namedElements")) testImplementation("org.junit.jupiter:junit-jupiter:5.8.2") } test { useJUnitPlatform() }