Skip to content

Commit

Permalink
Update: bytedeco implementation to compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekoer committed Apr 28, 2024
1 parent d119afe commit adb6555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("org.jsoup:jsoup:1.15.4")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.madgag:animated-gif-lib:1.4")
implementation("org.bytedeco:javacv-platform:1.5.10")
compileOnly("org.bytedeco:javacv-platform:1.5.10")
// compileOnly
implementation(kotlin("stdlib-jdk8"))

Expand Down

0 comments on commit adb6555

Please sign in to comment.