Skip to content

Commit

Permalink
fix: add compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
pklatka committed Mar 27, 2024
1 parent 2cda1ed commit 733c526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turbo/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation(files('vendor/turbo-android.aar'))
implementation(compileOnly files('vendor/turbo-android.aar'))
// From node_modules
}

Expand Down

0 comments on commit 733c526

Please sign in to comment.