We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d119afe commit adb6555Copy full SHA for adb6555
build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
implementation("org.jsoup:jsoup:1.15.4")
40
implementation("com.squareup.okhttp3:okhttp:4.12.0")
41
implementation("com.madgag:animated-gif-lib:1.4")
42
- implementation("org.bytedeco:javacv-platform:1.5.10")
+ compileOnly("org.bytedeco:javacv-platform:1.5.10")
43
// compileOnly
44
implementation(kotlin("stdlib-jdk8"))
45
0 commit comments