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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user