Skip to content

Commit adb6555

Browse files
committed
Update: bytedeco implementation to compileOnly
1 parent d119afe commit adb6555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation("org.jsoup:jsoup:1.15.4")
4040
implementation("com.squareup.okhttp3:okhttp:4.12.0")
4141
implementation("com.madgag:animated-gif-lib:1.4")
42-
implementation("org.bytedeco:javacv-platform:1.5.10")
42+
compileOnly("org.bytedeco:javacv-platform:1.5.10")
4343
// compileOnly
4444
implementation(kotlin("stdlib-jdk8"))
4545

0 commit comments

Comments
 (0)