simplified the kotlin-js-library source generation so we can selectively include some of the kotlin standard library for use in JS compilation

This commit is contained in:
James Strachan
2012-05-29 08:49:36 +01:00
parent 629f0e6f6b
commit 2898abb245
3 changed files with 41 additions and 4 deletions
+4
View File
@@ -64,8 +64,12 @@
<module>docs/website</module>
<module>examples/kotlin-java-example</module>
<!--
TODO temporary disabled until we can get the kotlin/dom code compiled as JS
<module>examples/js-example</module>
<module>examples/browser-example</module>
-->
</modules>
<dependencies>