create a standard jar of the kotlin JS source that needs to be compiled when generating JS code so its easy to reuse using regular maven dependencies in build tools; updated the examples to reuse this so that its easy to build JS code without needing to know where on the file system a kotlin checkout lives
This commit is contained in:
+2
-5
@@ -51,6 +51,7 @@
|
||||
<module>tools/kotlin-install</module>
|
||||
<module>tools/runtime</module>
|
||||
<module>tools/kotlin-maven-plugin</module>
|
||||
<module>tools/kotlin-js-library</module>
|
||||
<module>tools/kdoc</module>
|
||||
<module>tools/kdoc-maven-plugin</module>
|
||||
|
||||
@@ -63,12 +64,8 @@
|
||||
<module>docs/website</module>
|
||||
|
||||
<module>examples/kotlin-java-example</module>
|
||||
<!--
|
||||
TODO - lets comment out for now until we've found a simpler way
|
||||
of finding the JS ilbrary source to compile
|
||||
|
||||
<module>examples/js-example</module>
|
||||
-->
|
||||
<module>examples/browser-example</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user