Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit 879eeec

Browse files
committed
Changed implementation to compileOnly
1 parent 0e987ac commit 879eeec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
22
api project(":impl-classtransform")
33

4-
implementation gradleApi()
4+
compileOnly gradleApi()
55
}

0 commit comments

Comments
 (0)