We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76773d5 commit 9c3380bCopy full SHA for 9c3380b
core/src/main/kotlin/com/tschuchort/compiletesting/KotlinJsCompilation.kt
@@ -47,7 +47,12 @@ class KotlinJsCompilation : AbstractKotlinCompilation<K2JSCompilerArguments>() {
47
HostEnvironment.kotlinStdLibJsJar
48
}
49
50
- val kotlinStdLibDomApi: File? by default {
+ /**
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 {
56
HostEnvironment.kotlinDomApiCompatKlib
57
58
0 commit comments