Skip to content

Commit

Permalink
Make Gradle plugin use api instead of implementation for core (#1771
Browse files Browse the repository at this point in the history
)

Fixes #1724
  • Loading branch information
kamildoleglo committed Mar 11, 2021
1 parent 4899f65 commit 31506ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation(project(":core"))
api(project(":core"))
compileOnly("com.fasterxml.jackson.core:jackson-annotations:2.11.1")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin")
compileOnly("com.android.tools.build:gradle:4.0.1")
Expand Down

0 comments on commit 31506ae

Please sign in to comment.