diff --git a/utbot-analytics/build.gradle b/utbot-analytics/build.gradle index d36e2033e7..fc2661aebf 100644 --- a/utbot-analytics/build.gradle +++ b/utbot-analytics/build.gradle @@ -12,7 +12,7 @@ evaluationDependsOn(':utbot-framework') compileTestJava.dependsOn tasks.getByPath(':utbot-framework:testClasses') dependencies { - implementation(project(":utbot-framework")) + api project(":utbot-framework") testImplementation project(':utbot-sample') testImplementation group: 'junit', name: 'junit', version: junit4_version