diff --git a/build.gradle.kts b/build.gradle.kts index caa9729c2..dbe28fb21 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -77,9 +77,9 @@ tasks.compileTestKotlin { dependencies { // Local dependencies implementation(files("lib/pretty-tools-JDDE-2.1.0.jar")) - // These lines can sometimes be problematic on Linux -// implementation(files("lib/JavaDDE.dll")) -// implementation(files("lib/JavaDDEx64.dll")) + // These lines can sometimes be problematic on Linux, but are required for SumatraPDF + implementation(files("lib/JavaDDE.dll")) + implementation(files("lib/JavaDDEx64.dll")) // D-Bus Java bindings implementation("com.github.hypfvieh:dbus-java:3.3.2")