Annotate hand-written code with desired package part names.

This commit is contained in:
Ilya Gorbunov
2015-09-16 21:25:34 +03:00
parent 63f90eacdd
commit 3e018f3a9f
55 changed files with 121 additions and 0 deletions
@@ -1,6 +1,9 @@
/**
* JVM specific API implementations using JAXP and so forth which would not be used when compiling to JS
*/
@file:kotlin.jvm.JvmMultifileClass
@file:kotlin.jvm.JvmName("DomKt")
package kotlin.dom
import org.w3c.dom.*