Skip to content

Commit

Permalink
fix: annotations -> compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Jul 18, 2024
1 parent a1c0e81 commit 2e33a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
api project(":proguard-core")
implementation 'com.android.tools:r8:3.3.75'

implementation 'org.jetbrains:annotations:24.0.0'
compileOnly 'org.jetbrains:annotations:24.0.0'

testImplementation(testFixtures(project(":proguard-core")))
testFixturesImplementation(testFixtures(project(":proguard-core")))
Expand Down
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
api "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlinVersion}"
api "org.jetbrains.kotlin:kotlin-metadata-jvm:${kotlinVersion}"

implementation 'org.jetbrains:annotations:24.0.0'
compileOnly 'org.jetbrains:annotations:24.0.0'

testImplementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}"
Expand Down

0 comments on commit 2e33a53

Please sign in to comment.