Skip to content

Commit 9c3380b

Browse files
committed
fix: new dependency
1 parent 76773d5 commit 9c3380b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

core/src/main/kotlin/com/tschuchort/compiletesting/KotlinJsCompilation.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ class KotlinJsCompilation : AbstractKotlinCompilation<K2JSCompilerArguments>() {
4747
HostEnvironment.kotlinStdLibJsJar
4848
}
4949

50-
val kotlinStdLibDomApi: File? by default {
50+
/**
51+
* Path to the kotlin-dom-api-compat.klib
52+
* If none is given, it will be searched for in the host
53+
* process' classpaths
54+
*/
55+
var kotlinStdLibDomApi: File? by default {
5156
HostEnvironment.kotlinDomApiCompatKlib
5257
}
5358

0 commit comments

Comments
 (0)