added the dom events API to the kotlin standard library and get it compiling as JS too (not unit tested yet mind you ;)
This commit is contained in:
@@ -44,9 +44,6 @@
|
||||
<fileset dir="${basedir}/../../stdlib/src/kotlin/dom">
|
||||
<include name="**/*.kt"/>
|
||||
<exclude name="**/*JVM.kt"/>
|
||||
|
||||
<!-- TODO get compiling ASAP when we can use Class<T> in JavaScript -->
|
||||
<exclude name="**/DomEvents.kt"/>
|
||||
</fileset>
|
||||
<fileset dir="${basedir}/../../stdlib/src/kotlin/support">
|
||||
<include name="**/*.kt"/>
|
||||
|
||||
Reference in New Issue
Block a user