Annotate explicitly stdlib sources, which must be excluded from JS stdlib with @JvmVersion, do not use file naming convention.

This commit is contained in:
Ilya Gorbunov
2016-10-18 19:04:15 +03:00
parent 98f7c61333
commit baccac30fb
9 changed files with 8 additions and 4 deletions
-4
View File
@@ -28,10 +28,6 @@
<fileset dir="${basedir}/${intermediate-sources}/stdlib/js">
<include name="**/*.kt" />
<!-- JVM specific -->
<exclude name="**/*JVM.kt" />
<exclude name="kotlin/jvm/**" />
</fileset>
</union>
</project>